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
- 200
- 401
- 403
- 429
- 500
OK
Authentication required
Caller is not authorised
Rate limit exceeded — see Retry-After header
Internal server error