Skip to main content
GET
Get Recording
Returns detailed information about a specific recording, including the full transcript with word-level timestamps.

Path Parameters

string
required
The recording ID

Request

Response

string
Unique recording identifier
string
Destination phone number
string
Caller phone number
number
Call duration in seconds
string
Recording status: completed, transcribing, processing, failed
string
Call direction: outbound or inbound
string
ISO 8601 timestamp
object
Full transcript data (only present when status is completed)
Response

Processing Status

If the recording is still being processed, the transcript field will be absent and the status will indicate the current state:
Poll the endpoint until status becomes completed.

Errors