Batch Calls
List Batch Calls
Get a paginated list of all calls within a batch operation with optional status filtering
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
Query Parameters
Page number for pagination (1-based)
Number of results per page (maximum 100)
Filter calls by status
all
- Return all calls regardless of statuswaiting
- Only calls waiting in queueactive
- Only calls currently in progresscompleted
- Only successfully completed callsfailed
- Only failed calls
Response
Array of call objects in the batch
Pagination information
Summary statistics for the batch
Example Usage
Example Response
Error Responses
Error message describing what went wrong
Common Error Codes:
500
- Server error retrieving batch calls
Use Cases
- Build dashboards showing all calls in a batch
- Filter and review failed calls for troubleshooting
- Export call results for reporting and analysis
- Monitor active calls in real-time