Skip to main content
Retrieve a paginated list of all calls for your organization. This endpoint provides comprehensive filtering options to help you find specific calls.

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_at descending (newest first)
  • The flow_name field is only populated when the call was routed through a ConversationFlow
  • Cost fields may be null for calls that are still ongoing or if cost tracking is not enabled