Calls
List Calls
List all calls with filtering and pagination
POST
Retrieve a paginated list of calls for your account. Supports filtering by date range, status, direction, and agent.
Request Body
Maximum number of calls to return. Max: 100.
Number of calls to skip for pagination.
Filter by call direction:
inbound or outbound.Filter by call status:
completed, busy, no-answer, failed, canceled.Filter by specific agent UUID.
Filter calls after this ISO 8601 date.
Filter calls before this ISO 8601 date.
Filter by phone number (either from or to).
Response
Array of call objects.
Total number of calls matching the filters.
Whether there are more calls to paginate through.