v2
latestOpenAPI 3.1.02026-08-075421692.0 MBCalls
Get a call recording
Channel-agnostic recording fetch: resolves a fresh, playable MP3 URL for any call regardless of channel (provider-signed URLs expire ~10 minutes after signing, so this re-signs on demand). Default responds 302 Found redirecting to the fresh URL; pass as=json to receive { url } instead.
get/v1/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).