Returns a paginated list of call sessions.
cURL
curl --request GET \ --url https://api.selcor.ai/v1/voice/calls \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "call_id": "<string>", "status": "<string>", "direction": "<string>", "caller_number": "<string>", "duration": 123, "summary": "<string>", "sentiment": "<string>", "category": "<string>", "call_successful": true, "started_at": "2023-11-07T05:31:56Z", "ended_at": "2023-11-07T05:31:56Z", "agent": { "id": "<string>", "name": "<string>" }, "patient": { "id": "<string>", "first_name": "<string>", "last_name": "<string>" } } ], "pagination": { "has_more": true, "next_cursor": "<string>" }, "request_id": "<string>" }
API key in format: sk_live_...
"clxyz123"
"2025-01-01T00:00:00Z"
1 <= x <= 100
25
Paginated list of calls
Show child attributes
Was this page helpful?