Calls
Get Call Recording
Retrieve audio recording for a completed call session.
GET
Headers
API key used for authenticating requests to the API.
Path Parameters
The Twilio Call SID of the call whose recording you want.
Response Fields
Indicates the MIME type of the streamed content, which is ‘audio/mpeg’ for MP3 audio files.
Describes 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.