MINARA

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.

MethodPOST
Path/v1/learning/audit/run
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categorystate

On this page