Skip to main content

Generate Bulk AI Remediations

POST 

/remediations/bulk

Request AI remediation generation for multiple findings at once. Findings are grouped by repository server-side, producing one remediation (and optionally one pull request) per repository instead of one per finding. Responds 207 with a per-finding status list: 202 when dispatch was accepted, 404 when the finding does not exist, and 409 when a remediation already exists for it. The response includes a bulk_run_id that can be polled via GET /remediations/bulk-runs/{run_id}. Requests above the batch limit are rejected with 422.

Request

Responses

Successful Response