Skip to main content
POST
GetVoiceWidgetConversationAPI mirrors erdo_voice_widget_conversation_get,

Authorizations

Authorization
string
header
required

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

Query Parameters

widget
string
session_id
string

Response

Success response

created_at
string<date-time>
duration_seconds
integer<int32>
Required range: -2147483648 <= x <= 2147483647
ended_at
string<date-time>
has_transcript
boolean
modality
string
origin
string
session_id
string
transcript_json
TranscriptJSON is the raw stored transcript (ElevenLabs post-call array or our · object

own turns array), passed through verbatim. Null when no transcript was captured.

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

from an ElevenLabs transcript (empty for our simpler text/video turn shapes, which carry no LLM metrics). See extractWidgetConversationTurns.

widget_id
string
widget_name
string