List Batches
GET/api/v1/mutation-batches
List mutation batches with filtering + pagination.
Returns a {items, total, page, page_size} envelope (mirrors the
rest of the read endpoints, e.g. GET /cards). The audit-log UI
uses the total to drive AG Grid's pagination footer; the
background purge keeps mutation_batches bounded by
MUTATION_BATCH_RETENTION_DAYS so this never has to scan an
unbounded table.
Request
Responses
- 200
- 422
Successful Response
Validation Error