Batch Calls
Get Individual Call Status
Get the status of an individual call within a batch 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
The unique identifier of the individual call job
Response
The unique identifier of the call job
Current status of the individual call
waiting
- Call is queued and waiting to be processedactive
- Call is currently in progresscompleted
- Call completed successfullyfailed
- Call failed due to an error
The phone number that was called
Timestamp when the call started (if applicable)
Timestamp when the call ended (if completed or failed)
Duration of the call in seconds (if completed)
Error message if the call failed
Call result data including conversation details (if completed)
Example Usage
Example Response (Completed Call)
Example Response (Failed Call)
Example Response (Active Call)
Error Responses
Will be “not_found” if the call doesn’t exist
Error message describing what went wrong
Common Error Codes:
404
- Call not found with the specified job ID500
- Server error retrieving call status
Use Cases
- Monitor individual call progress within a batch
- Retrieve detailed results for completed calls
- Debug failed calls to understand failure reasons
- Track call timing and duration metrics