Batches
Get Batch API
Find out how to retrieve details of a specific batch, including its creation time, status, call status and scheduled execution time.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the batch
Response
200 - application/json
The ID of the batch
Created timestamp of batch
Provides a count-wise breakdown of executions based on their current status. View all possible statuses
Name of the CSV batch file uploaded
Human-readable relative time since batch creation
The scheduled batch timestamp in UTC
Current status of the batch
Available options:
scheduled
, created
, queued
, executed
Count of all contacts mentioned in the CSV file
Last updated timestamp of batch
Count of all valid contacts found in the CSV file
Was this page helpful?