Skip to main content

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

OK