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. 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.
API key must be provided as: Bearer <api_key>
Only return calls for this telli 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.