v2
latestOpenAPI 3.1.02026-08-075421692.0 MBVoice
Get a call recording
Resolves a fresh, playable MP3 URL for the call's recording (provider-signed URLs expire ~10 minutes after signing, so this endpoint re-signs on demand). Default responds 302 Found redirecting to the fresh URL; pass as=json to receive { url } instead.
get/v1/voice/calls/{id}/recording
Path parameters
idstring required
Query parameters
as'json'
json returns { url } instead of a 302 redirect.
Response
Recording URL (as=json only).