Calls
Get Call Recording
Retrieve an audio stream for a call recording.
GET
Headers
Your API key for authentication.
Audio content type requested: "audio/mpeg"
(MP3) or "audio/wav"
(WAV). Defaults to WAV.
Path Parameters
The unique identifier of the call for which you want to retrieve its recording.
Query Parameters
Any additional query parameters will be passed through to the underlying recording URL.
Response
The audio recording stream of the call, in the requested or default format (WAV).
null
on success, or an array of error objects if access fails.