Calls
Audio Recording
Retrieve your call’s audio recording.
GET
/
v1
/
calls
/
{call_id}
/
recording
Headers
Your API key for authentication.
Must be application/json
to receive a url, or audio/mpeg
to receive the audio file.
Path Parameters
The ID of the call to retrieve the recording for.
Response
Can be success
or error
.
If the status is success
, the url
field will be present.
A 404 error will be returned if the call does not exist or the recording is not available. We can only retrieve recordings if the call was created with record
set to true
.
A 400/500 error will be returned if there is an error retrieving the recording.
If the status is success
, the url
will provide the exact location of the MP3 file storing the call’s audio.