Skip to main content
GET
/
api
/
calls
/
{call_sid}
/
recording
/
download
Get Call Recording
curl --request GET \
  --url https://api.example.com/api/calls/{call_sid}/recording/download
Download the recording for a completed call.
call_sid
string
required
The unique identifier of the call.

Response

Returns the audio file (WAV format) as a downloadable stream.
This endpoint returns a binary audio stream.