Retrieve your call’s audio recording.
application/json
to receive a url, or audio/mpeg
to receive the audio file.success
or error
.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.success
, the url
will provide the exact location of the MP3 file storing the call’s audio.