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.
Documentation Index
Fetch the complete documentation index at: https://docs.tetherai.ca/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The provider-agnostic callId minted by Tether (also used as providerCallId for SDK calls).
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.
inbound, outbound