Calls
Get current page
Returns the current page for a given callId number based on the provided query parameters.
GET
Headers
Your API key for authentication. Use Bearer format.
Example:
"Bearer API_KEY"
Query Parameters
Filter by call type
Available options:
Inbound
, Outbound
Example:
"Inbound"
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
Example:
"2024-01-01T01:01:01Z"
Filter by end date
Example:
"2024-01-01T01:01:01Z"
Search by extraction or phone number
Filter by campaign ids, comma separated
Response
200
application/json
200
Current page number
Example:
3
Was this page helpful?