cURL
curl --request GET \ --url https://api.example.com/v1/calls \ --header 'x-api-key: <api-key>'
{ "data": [ { "id": "<string>", "agent_id": "<string>", "started_at": "<string>", "ended_at": "<string>", "tags": {} } ], "next_cursor": "<string>", "has_more": true }
List calls managed by your agents.
Your Beyond Presence API Key.
Maximum number of objects to return.
x <= 50
Cursor for pagination.
Paginated List of Calls
List of objects.
Show child attributes
The cursor for the next page of objects.
Whether there are more objects to fetch.