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"
}
Get the real-time status of a call.
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"
}
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"
}