Get call recording
Get a time-limited playback URL for a call recording.
Authentication: Supports API key and bearer token authentication.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
call_id
Headers
X-Organization-ID
Response
Successful Response
call_id
ID of the call this recording belongs to
url
Time-limited URL for streaming the recording
content_type
MIME type (audio/mp4 or video/mp4)
expires_at
When the playback URL expires
recording_status
Current recording status
duration_seconds
Recording duration in seconds
file_size_bytes
File size in bytes
recording_start_time
When the recording started
is_placeholder
True when the recording row is a demo placeholder (no real audio behind url). Tells the FE to suppress the audio-element error banner if playback fails.
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
429
Too Many Requests Error

