Skip to main content
GET
/
api
/
v1
/
voice
/
calls
/
{id}
/
recordings
curl https://api.247calldesk.com/api/v1/voice/calls/call_cm1abc2def3gh4/recordings \
  -H "Authorization: Bearer calldesk_abc123"
{
  "call_id": "call_cm1abc2def3gh4",
  "recordings": [
    {
      "url": "https://storage.24calldesk.com/recordings/call_cm1abc2def3gh4.wav",
      "format": "wav",
      "channels": 2,
      "duration_seconds": 145
    }
  ]
}
id
string
required
The call ID.
curl https://api.247calldesk.com/api/v1/voice/calls/call_cm1abc2def3gh4/recordings \
  -H "Authorization: Bearer calldesk_abc123"
{
  "call_id": "call_cm1abc2def3gh4",
  "recordings": [
    {
      "url": "https://storage.24calldesk.com/recordings/call_cm1abc2def3gh4.wav",
      "format": "wav",
      "channels": 2,
      "duration_seconds": 145
    }
  ]
}