Submit an async bulk evaluation job
POST/openapi/v1/compliance-checks/evaluate/jobs
Non-blocking alternative to POST /evaluate for large tenants. Accepts the same ids / severity filters (no body = every enabled check), validates and authorizes the targets synchronously, then returns 202 with a jobId and a Location header. Poll GET /evaluate/jobs/{jobId} for status and results. Returns 503 (with Retry-After) if the evaluation backlog is full.
Request
Responses
- 200
- 401
- 403
- 429
- 500
OK
Authentication required
Caller is not authorised
Rate limit exceeded — see Retry-After header
Internal server error