Skip to main content
POST
List calls with pagination and filtering

Notes

  • This is the main endpoint for listing/filtering calls.

Authorizations

X-API-KEY
string
header
required

API Key for MCP server and external service authentication

X-API-SECRET
string
header
required

API Secret for MCP server and external service authentication

Body

application/json

Optional filters and pagination parameters

page
integer

Page number (0-based indexing)

Example:

0

limit
integer

Items per page (1-100)

Example:

20

sort_by
string

Field to sort by (e.g., start_timestamp, end_timestamp, call_duration, call_id)

Example:

"start_timestamp"

sort_order
string

Sort direction (ascending or descending)

Example:

"descending"

filter_criteria
object

Filtering criteria for calls

Response

Calls retrieved successfully

message
string
status
string
error
string
data
object