Skip to main content
GET
Get a call recording (audio + transcription)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

callId
string
required

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.

success
enum<boolean>
required
Available options:
true
audioData
string

data URI (Twilio only).

audioUrl
string

Signed S3 (Sinch) or R2 (ElevenLabs/external) URL.

duration
number
recordingId
string
transcriptionText
string | null
transcriptionData
object
direction
enum<string>
Available options:
inbound,
outbound
from
string
to
string