Run a methodology audit
POST /v1/learning/audit/run — Run one audit pass on demand and persist it. Optional body `{ windowDays }` (clamped 1-365) overrides the configured loo
POST /v1/learning/audit/run
Run one audit pass on demand and persist it. Optional body { windowDays } (clamped 1-365) overrides the configured look-back. Returns { report, readiness }; the first report is gated on the self-learning warm-up, so report is null (nothing persisted) until readiness.eligible. Returns 409 when an audit is already running.
| Method | POST |
| Path | /v1/learning/audit/run |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | state |