Skip to main content
GET
GetVoiceCallAPI mirrors erdo_voice_call_get, returning the transcript, the

Authorizations

Authorization
string
header
required

An Erdo API key (erdo_api_...) or scoped token (erdo_token_...).

Path Parameters

callID
string
required

Response

Success response

call_id
string
call_successful
string
contact
Contact is what a person told us about themselves. The four fields are the · object

ones the leads dataset has columns for; there is deliberately no company, because nothing downstream would use it.

created_at
string<date-time>
direction
string
duration_seconds
integer<int32>
Required range: -2147483648 <= x <= 2147483647
ended_at
string<date-time>
from_number
string
has_transcript
boolean
instructions
string
lead_saved_at
string<date-time>
lead_status
string
provider_agent_id
string
recipient_name
string
status
string
to_number
string
transcript_json
TranscriptJSON is the raw stored ElevenLabs transcript, passed through · object

verbatim. Null when no transcript was captured.

transcript_summary
string
transcript_text
string

("user: ...\nagent: ..."), shared with the widget read surface.

turns
WidgetConversationTurn is one agent turn's LLM performance metrics, extracted · object[]

same projection the widget conversation read returns.