List Calls
Calls
List Calls
Retrieve a paginated list of calls with optional filtering and sorting.
This endpoint allows querying call history with various filters including time ranges and specific AI agents. Results are paginated for efficient data retrieval.
GET
List Calls
Query Parameters
Filter calls by a specific batch call ID to retrieve all calls associated with that batch.
Pattern:
^(asc|desc)$Required range:
1 <= x <= 1000Response
Successful Response
List of call records, can include both web and phone calls
- WebCallResponse
- PhoneCallResponse
Token for retrieving the next page of results in paginated responses
Total number of calls matching the query criteria

