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.

  • The call's one durable identifier, assigned at submission. Read it through GET /v1/calls/{call_id} for its status, transcript, and charge.

  • When Resia accepted the call.

  • Where the call is in its life right now.

    values
    queuedinitiatedin_progresspost_processingcompletederrorcanceledunknown
  • The number this call dials, in E.164 form.

  • The label sent on submission, echoed back unchanged.