Get Batch API
Find out how to retrieve details of a specific batch, including its creation time, status, call status and scheduled execution time.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the batch
Response
The ID of the batch
"3c90c3cc0d444b5088888dd25736052a"
Human-readable relative time since batch creation
"5 minutes ago"
Created timestamp of batch
"2024-01-23T05:14:37Z"
Last updated timestamp of batch
"2024-02-29T04:22:89Z"
Current status of the batch
scheduled
, created
, queued
, executed
"scheduled"
The scheduled batch timestamp in UTC
"2024-01-29T08:30:00Z"
Phone number of the sender alongwith country code (in E.164 format)
"+19876543007"
Name of the CSV batch file uploaded
"customers.csv"
Count of all valid contacts found in the CSV file
7
Count of all contacts mentioned in the CSV file
11
Provides a count-wise breakdown of executions based on their current status. View all possible statuses
{
"completed": 1,
"ringing": 10,
"in-progress": 15
}