Skip to main content
GET
List Calls

Zuordnung der Anrufstatus

Verwende call_status nicht für neue Integrationen. Das Feld ist veraltet und wird nur aus Gründen der Abwärtskompatibilität zurückgegeben. Verwende stattdessen state, status und follow_up.

Autorisierungen

Authorization
string
header
erforderlich

API key must be provided as: Bearer <api_key>

Abfrageparameter

contact_id
string<uuid>

Only return calls for this telli contact ID

agent_id
string<uuid>

Only return calls for this telli agent ID. Cannot be combined with contact_id.

limit
integer
Standard:50

Maximum number of calls to return (1-100, default 50)

Erforderlicher Bereich: 1 <= x <= 100
cursor
string

Opaque cursor returned as next_cursor from a previous response. Pass unchanged to fetch the next page.

Antwort

Calls retrieved successfully

calls
object[]

Calls ordered by triggered_at descending

next_cursor
string | null

Pass as cursor in the next request to fetch more results. null when there are no more pages.