Get call recording audio

Returns the call recording as an audio/wav file. Supports HTTP Range requests for seeking within the audio. Recordings are retained for 30 days with automatic cleanup.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

call_idstringRequired

Headers

RangestringOptional

HTTP byte range for partial content (e.g. bytes=0-1023)

Response

Full recording audio

Errors

401
Get Call Recording Request Unauthorized Error
404
Get Call Recording Request Not Found Error