Skip to main content
GET
List Calls
This endpoint allows you to list all calls belonging to the authenticated user with various filtering options.

Query Parameters

string
Filter calls by status. Possible values: initiated, ringing, busy, in-progress, ended, completed, ended_by_customer, ended_by_assistant, no-answer, failed
string
Filter calls by type. Possible values: inbound, outbound, web
string
Filter calls by client phone number
integer
Filter calls by assistant ID
integer
Filter calls by campaign ID
string
Filter calls from this date (YYYY-MM-DD format)
string
Filter calls up to this date (YYYY-MM-DD format)
integer
Number of calls per page (1-100, default: 15)
integer
Page number (default: 1)

Response Fields

array
Array of calls
integer
The current page number
integer
Number of items per page
integer
Total number of calls matching the criteria
integer
The last page number
string
URL of the first page
string
URL of the last page
string
URL of the next page, or null
string
URL of the previous page, or null
string
Base pagination path