Skip to main content
GET
Get Call Recording

Headers

string
required
API key used for authenticating requests to the API.

Path Parameters

string
required
The Twilio Call SID of the call whose recording you want.

Response Fields

string
Indicates the MIME type of the streamed content, which is ‘audio/mpeg’ for MP3 audio files.
string
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.