Get a call recording (audio + transcription)
Returns the audio recording for a completed call along with any available transcription. The shape depends on the provider: Twilio recordings are fetched server-side and returned as a base64 audioData blob; Sinch / ElevenLabs / external recordings are returned as a signed audioUrl (S3 or R2). Transcriptions are lazy-fetched/transformed on first read and cached on the Call document.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The provider-agnostic callId minted by Tether (also used as providerCallId for SDK calls).
Response
Recording payload
Shape depends on provider. Twilio returns base64 audioData; Sinch / ElevenLabs / external return a signed audioUrl.
true data URI (Twilio only).
Signed S3 (Sinch) or R2 (ElevenLabs/external) URL.
- object[]
- object
inbound, outbound