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.

  • Calls stopped before they were dialed.

  • Calls that ended normally.

  • Calls that ended in error.

  • Calls currently connected.

  • Calls the voice platform has accepted but not yet started.

  • Calls that have hung up and are being finalized.

  • Calls still waiting to be dialed.

  • Calls the platform holds but whose live status could not be read this instant. Null on payloads from before this field existed.