Get async evaluation job status
GET/openapi/v1/compliance-checks/evaluate/jobs/:jobId
Returns the status of an async bulk evaluation job — PENDING / RUNNING / SUCCEEDED / FAILED — plus the per-check summaries once complete. Jobs are only visible to the actor that submitted them; unknown or foreign job ids return 404.
Request
Responses
- 200
- 401
- 403
- 429
- 500
OK
Authentication required
Caller is not authorised
Rate limit exceeded — see Retry-After header
Internal server error