Batch Calls
Get Batch Status
Get detailed status information for a batch call operation
GET
Headers
API key used for authenticating requests to the API.
Workspace identifier for the API.
Path Parameters
The unique identifier of the batch call operation
Response
The batch ID
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
Whether the batch operation has finished
Total number of calls in the batch
Detailed progress information
Timestamp of when this status was retrieved
Example Usage
Example Response
Error Responses
Error message describing what went wrong
Additional context about the error
Common Error Codes:
404
- Batch not found with the specified ID500
- Server error retrieving batch information
Status Monitoring
You can poll this endpoint to monitor the progress of your batch calls. The response includes detailed metrics about call completion rates, timing information, and recent call results.