Get Recording
Recordings
Get Recording
Stream the audio recording for a specific call. Returns the recording file with appropriate audio headers.
GET
Get Recording
Headers
API key used for authenticating requests to the API.
Path Parameters
The call history ID to retrieve the recording for.
Response
The response streams the audio file directly with the following headers:Content-Type:audio/mp3orvideo/mp4depending on the recording formatContent-Disposition:inline; filename="recording.mp3"Cache-Control:private, max-age=3600
