---
title: "Review Claims Bulk Endpoint"
method: POST
path: "/api/claims/review_bulk"
tags: ["runtime_mutations", "ckg"]
---

# Review Claims Bulk Endpoint

`POST /api/claims/review_bulk`

Apply one decision to many findings — Accept all / Reject all and undo.

Acts only on the explicit ``claim_ids`` the client passes (the rows the user
is looking at), skipping non-findings and any ``accepted`` that can't apply
because the finding is already soft-deleted. Returns the claim ids actually
affected so the client can offer a precise batch undo.

## Request body

- ReviewClaimsBulkRequest
  - `project_id` string, required
  - `claim_ids` string[], required
  - `decision` 'pending' | 'accepted' | 'rejected', required

## Response `200`

Successful Response

- ReviewClaimsBulkResponse
  - `affected` string[], required
  - `decision` 'pending' | 'accepted' | 'rejected', required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/quadrillion/apis/quadrillion-cloud-api.md) · [All operations](https://skmtc.net/quadrillion/apis/quadrillion-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quadrillion/quadrillion-cloud-api/revisions/f797030c9050/schema)
