CallBatchSummary
A whole batch's progress in one read.
Returned by the poll and the batch list. completed_at is set once the batch reaches a
terminal status; it is null while the batch is still in progress.
- callType: string
_agent _id min length:1max length:512requiredThe Call Agent every call in the batch follows.
- countsType: CallBatchCountsrequiredProperties: 8
How the batch's calls are distributed across states right now.
- createdType: stringFormat: date-time
_at requiredWhen Resia accepted the batch.
- idType: stringmin length:1max length:512required
Identifier of the batch.
- statusType: BatchStatusenumrequired
The batch's derived lifecycle state.
valuesin_progresscompletedcanceled - totalType: integermin:0required
How many calls the batch created. Equal to the submitted count minus the rejected entries; zero when every entry was rejected.
- completedType: stringFormat: date-timenullable
_at When the batch reached a terminal state, or null while it is still in progress.
- fromType: stringnullable
_phone _number The caller number used, or null when the default was used.

