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 | All recipients dispatched |
failed | All recipients failed before dialing |
cancelled | Cancelled before every call was dispatched |
pending, in_progress, completed, failed, cancelled 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.
Number of times the batch has been retried. 0 until the first retry.
When the batch was created.
When the batch was last updated.
The scheduled dispatch time, in RFC3339 UTC format. Omitted for batches that dispatch immediately.
The actual dispatch time, in RFC3339 UTC format. The batch may stay unadmitted in the queue due to scheduling or unavailable concurrency.
The batch's recipients. Returned only on GET /agents/calls/batches/{batch_id}.