Cancel Call Batch
Stops dialing the batch’s queued calls. Calls already in flight are left to finish. Idempotent.
Authorizations
Cartesia API key (sk_car_...). Get one at play.cartesia.ai/keys.
Headers
API version header.
2026-03-01 "2026-03-01"
Path Parameters
The ID of the batch.
Response
The batch was cancelled.
The unique identifier for the batch.
The batch's label.
The identifier of the agent that handles the batch's calls.
The identifier of the phone number the batch dials from.
The deployment region whose dispatcher drains the batch.
US, EU, APAC Maximum number of calls from this batch dialed concurrently.
The batch's lifecycle status, derived at read time from dispatch progress.
| Status | Meaning |
|---|---|
pending | No calls dispatched yet |
in_progress | Some calls dispatched, not all |
completed | Every call dispatched, regardless of individual call outcomes |
cancelled | Cancelled before every call was dispatched |
failed | Reserved; not currently returned |
Total recipients queued in the batch.
Recipients handed to the dialer so far, including those that failed before a call could be placed.
Recipients whose latest call attempt reached a terminal state (completed or failed), including pre-dial failures.
When the batch was created.
When the batch was last updated.
The scheduled dispatch time, in RFC3339 UTC (e.g. 2026-06-15T16:00:00Z). Omitted for batches that dispatch immediately.
The batch's recipients. Returned only on GET /agents/calls/batches/{batch_id}.