Get Individual Call Status
Batch Calls
Get Individual Call Status
Get the status of an individual call within a batch operation
GET
Get Individual Call 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
string
required
The unique identifier of the individual call job
Response
string
The unique identifier of the call job
string
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
string
The phone number that was called
number
Timestamp when the call started (if applicable)
number
Timestamp when the call ended (if completed or failed)
number
Duration of the call in seconds (if completed)
string
Error message if the call failed
object
Call result data including conversation details (if completed)
Example Usage
Example Response (Completed Call)
Example Response (Failed Call)
Example Response (Active Call)
Error Responses
string
Will be “not_found” if the call doesn’t exist
string
Error message describing what went wrong
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
