CallBatchItem
One call in a batch: its one durable ID and its live status.
call_id exists from the moment the batch is accepted and never changes. Read the call
through GET /v1/calls/{call_id} at any point in its life — while it waits in the queue it
reads queued; after it is dialed the same read carries its transcript, analysis, and charge.
- callType: string
_id min length:1max length:512requiredThe call's one durable identifier, assigned at submission. Read it through GET /v1/calls/{call_id} for its status, transcript, and charge.
- createdType: stringFormat: date-time
_at requiredWhen Resia accepted the call.
- statusType: CallStatusenumrequired
Where the call is in its life right now.
valuesqueuedinitiatedin_progresspost_processingcompletederrorcanceledunknown - toType: string
_phone _number requiredThe number this call dials, in E.164 form.
- clientType: string
_reference min length:1max length:256nullableThe label sent on submission, echoed back unchanged.

