Get Call Recording
Retrieve audio recording for a completed call session.
GET
Headers
x-api-keystringrequiredAPI key used for authenticating requests to the API.
Path Parameters
callSidstringrequiredThe Twilio Call SID of the call whose recording you want.
Response Fields
Content-TypestringIndicates the MIME type of the streamed content, which is 'audio/mpeg' for MP3 audio files.
Content-DispositionstringDescribes how the content should be handled by the browser; set to 'inline' with a filename indicating the name of the downloaded or played file.
Response
An audio/mpeg file (MP3) is streamed back. You can download or play it in the browser.
HTTP/1.1 200 OK
Content-Type: audio/mpeg
Content-Disposition: inline;
filename="exampleRecordingSid.mp3" 