List calls with filtering options. Results are paginated and can be filtered by various parameters. Pagination Options:
Cursor-based pagination (default):
Page-based pagination:
The API Key created in Rounded Studio.
Filter calls by the agent ID that handled them.
Filter by call type (e.g., phone_call or web_call).
phone_call
, web_call
Filter by the phone number that initiated the call (E.164 format with + prefix).
Filter by the destination phone number of the call (E.164 format with + prefix).
Return only calls with start_time greater than this value (ISO 8601 format).
Return only calls with start_time less than this value (ISO 8601 format).
Cursor for pagination (ISO 8601 datetime of last seen record).
Page number for page-based pagination (1-indexed, only used when use_cursor=false).
Maximum number of results to return per page (default: 50, max: 1000).
Pagination mode selection: True for cursor-based pagination, False for page-based.
Whether to include transcript data in the response.
Whether to include variable values in the response.
Successfully retrieved calls
The response is of type object
.