Returns a paginated list of calls for the authenticated account, ordered by triggered_at descending. Optionally filter by contact_id to return only calls for a single contact, or by agent_id to return only calls for a single agent. contact_id and agent_id cannot be used together. Each item is a lean call payload: the response does not include a separate top-level contact object, and the external_contact_id and contact_details fields are omitted from each call (unlike Get Call). Use the Contact endpoints if you need contact details.
Documentation Index
Fetch the complete documentation index at: https://docs.telli.com/llms.txt
Use this file to discover all available pages before exploring further.
API key must be provided as: Bearer <api_key>
Only return calls for this telli contact ID
Only return calls for this telli agent ID. Cannot be combined with contact_id.
Maximum number of calls to return (1-100, default 50)
1 <= x <= 100Opaque cursor returned as next_cursor from a previous response. Pass unchanged to fetch the next page.