Skip to main content
Returns a paginated list of all calls belonging to the authenticated user. Use filters to narrow results by status, type, date range, assistant, or campaign.

Endpoint

GET /user/calls

Query parameters

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

Response

array
Array of call objects.
integer
Current page number.
integer
Number of items per page.
integer
Total number of calls matching the filters.
integer
Last page number.

Example

200 Response