latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-15394599.9 KB

58dc5cff0ca7

Calls

List calls

Returns a cursor-paginated list of calls, newest first.

get/v2/calls

Query parameters

page_sizeinteger

Number of records per page (default 50, max 100).

cursorstring

Opaque pagination cursor returned by the previous response.

customer_idstring
from_numberstring
to_numberstring
agent_uidstring
from_datestring date-time

Filter calls on or after this ISO 8601 timestamp.

to_datestring date-time

Filter calls on or before this ISO 8601 timestamp.

call_status'registered' | 'ongoing' | 'ended' | 'error'
call_type'phonecall' | 'webcall'

Response

Paginated list of calls.

has_moreboolean required

Whether more records exist after this page.

next_cursorstring

Opaque cursor to pass as cursor in the next request.