Query Parameters
Filters are combined with AND semantics. For example,
status=completed&assistant_name=support returns completed calls whose assistant name matches support.
Request Examples
Basic Request
With Filters
Pagination
Response
The response is a paginated object containing the call items and pagination metadata.Response Fields
Pagination
Call Object
Cost Fields
Call Statuses
Examples
Python - Iterate All Calls
Node.js - Filter by Assistant
Calculate Total Cost
Notes
- Results are ordered by
started_atdescending (newest first) - The
flow_namefield is only populated when the call was routed through a ConversationFlow - Cost fields may be
nullfor calls that are still ongoing or if cost tracking is not enabled