Skip to main content

Re-evaluate a compliance check now

POST 

/openapi/v1/compliance-checks/:id/evaluate

Synchronously runs this check against its in-scope workers, persists the metadataTestEvaluationResult aspect and per-worker run events, and returns the fresh summary. Evaluation is offloaded to a bounded worker pool and scales linearly with scope size; if it exceeds the server's synchronous budget the request returns 503 — use the async job endpoint (POST /evaluate/jobs) for large scopes.

Request

Responses

OK