CallBatchCounts
How a batch's calls are distributed across states right now.
Each call is counted once, by its own status (queued → initiated → in_progress →
post_processing → completed or error, or canceled for a call stopped before it
was dialed, or unknown when the platform holds the call but its live status could not be
read this instant). The eight counts always sum to the batch's total.
- canceledType: integermin:0required
Calls stopped before they were dialed.
- completedType: integermin:0required
Calls that ended normally.
- errorType: integermin:0required
Calls that ended in error.
- inType: integer
_progress min:0requiredCalls currently connected.
- initiatedType: integermin:0required
Calls the voice platform has accepted but not yet started.
- postType: integer
_processing min:0requiredCalls that have hung up and are being finalized.
- queuedType: integermin:0required
Calls still waiting to be dialed.
- unknownType: integermin:0nullable
Calls the platform holds but whose live status could not be read this instant. Null on payloads from before this field existed.

