Recordings
The recordings resource holds the audio of recorded calls. A call's recorded field in
its call details tells you whether there is anything to
fetch, and a single call can hold more than one recording: they are numbered in the
order they started.
Recordings are kept only for the account's retention period. See Recording and transcripts.
| Endpoint | Use it to |
|---|---|
GET /api/v1/calls/{callId}/recordings
|
list the recordings of a call |
GET /api/v1/calls/{callId}/recordings/{seq}/audio
|
download one recording as audio |
DELETE /api/v1/calls/{callId}/recordings
|
delete every recording of a call |