Skip to main content
GET
/
api
/
v1
/
voice
/
calls
/
{id}
/
status
curl https://api.247calldesk.com/api/v1/voice/calls/call_cm1abc2def3gh4/status \
  -H "Authorization: Bearer calldesk_abc123"
{
  "call_id": "call_cm1abc2def3gh4",
  "status": "DIALER_RINGING",
  "duration_seconds": null,
  "started_at": "2026-04-15T18:30:22Z",
  "updated_at": "2026-04-15T18:30:25Z"
}
id
string
required
The call ID.
curl https://api.247calldesk.com/api/v1/voice/calls/call_cm1abc2def3gh4/status \
  -H "Authorization: Bearer calldesk_abc123"
{
  "call_id": "call_cm1abc2def3gh4",
  "status": "DIALER_RINGING",
  "duration_seconds": null,
  "started_at": "2026-04-15T18:30:22Z",
  "updated_at": "2026-04-15T18:30:25Z"
}