Skip to main content

Compliance Checks

Manage compliance check definitions (Continuous product).

📄️Bulk re-evaluate compliance checks

Synchronously re-evaluates a set of checks in one pass. With no filters supplied, runs every enabled check. Provide `ids` to limit to specific checks, or `severity` (CRITICAL / WARNING / INFO) to limit by severity. The two filters AND when both are supplied. Returns a fresh summary per evaluated check. Work is offloaded to a bounded worker pool; if it exceeds the server's synchronous budget the request returns 503 — for large tenants or unfiltered runs, prefer the async job endpoint (`POST /evaluate/jobs`).