curl https://api.247calldesk.com/api/v1/voice/calls?limit=10 \ -H "Authorization: Bearer calldesk_abc123"
{ "calls": [ { "call_id": "call_cm1abc2def3gh4", "status": "DIALER_COMPLETED", "caller_id": "+14155550123", "destination": "+14155559876", "duration_seconds": 145, "created_at": "2026-04-15T18:30:22Z" } ], "next_cursor": "call_cm1xyz..." }
Retrieve a paginated list of calls.
DIALER_INITIATED
DIALER_RINGING
DIALER_COMPLETED
DIALER_FAILED