Get Batch Status
Batch Calls
Get Batch Status
Get detailed status information for a batch call operation
GET
Get Batch Status
Headers
string
required
API key used for authenticating requests to the API.
string
required
Workspace identifier for the API.
Path Parameters
string
required
The unique identifier of the batch call operation
Response
string
The batch ID
string
Current status of the batch operation
queued- Batch is waiting to be processedprocessing- Calls are currently being madecompleted- All calls have been completedcancelled- Batch was cancelledfailed- Batch failed due to an error
boolean
Whether the batch operation has finished
number
Total number of calls in the batch
object
Detailed progress information
number
Timestamp of when this status was retrieved
Example Usage
Example Response
Error Responses
string
Error message describing what went wrong
string
Additional context about the error
404- Batch not found with the specified ID500- Server error retrieving batch information
