TextMessageBatchSummary
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.
- countsType: TextMessageBatchCountsrequiredProperties: 6
How the batch's recipients are distributed across states right now.
- createdType: stringFormat: date-time
_at requiredWhen Resia accepted the batch.
- fromType: string
_phone _number requiredThe sender number every message in the batch texts from.
- 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 recipients the batch created. Equal to the submitted count minus the rejected entries; zero when every recipient was rejected.
- completedType: stringFormat: date-timenullable
_at When the batch reached a terminal state, or null while it is still in progress.

