Calls
Get current page
Returns the current page for a given callId number based on the provided query parameters.
GET
/
calls
/
current-page
Headers
Your API key for authentication. Use Bearer format.
Query Parameters
Filter by call type
Available options:
Inbound
, Outbound
Limit the number of calls returned
Skip the first N calls
Calculate current page if callId is provided
Required string length:
24
Filter by call statuses, comma separated
Filter by tags, comma separated
Filter by models names, comma separated
Filter by ratings, comma separated
Filter by use case ids, comma separated
Filter by start date
Filter by end date
Search by extraction or phone number
Filter by campaign ids, comma separated
Response
200 - application/json
Current page number
Was this page helpful?