Skip to main content
GET
Streams the raw audio for one recording file. The fileId is validated against the call’s known recording files before the stream begins. Unlike the other voice endpoints, this route does not return JSON — the response body is the audio itself. Requires the voice_calls.read scope and the Voice Calls product entitlement.

Path Parameters

string
required
The id of the call the recording belongs to.
string
required
The recording file id, as returned by List Recordings.

Response

The response body is the raw audio stream — not JSON. The Content-Type is passed through from the provider and defaults to audio/wav. Write it straight to a file (for example with curl’s --output).

Examples

Error Codes