Skip to main content
POST
ListVoiceWidgetConversationsPostAPI is the POST body form of the list endpoint,

Authorizations

Authorization
string
header
required

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

Body

application/json
cursor
string
limit
integer<int64>
offset
integer<int64>
since
string
until
string
widget
string

Response

Success response

conversations
WidgetConversationSummary is one row of a conversation list. It carries session · object[]
count
integer<int64>
limit
integer<int64>
next_cursor
string
offset
integer<int64>
public_key
string
total
integer<int64>

is what lets a caller walking pages tell "that was all of them" from "the page cap cut me off", and what a dashboard tile counts without fetching every row.

turn_metrics_contract_version
integer<int64>
widget_id
string

are empty when the list spans the whole organization — the per-row widget fields carry that information instead.

widget_name
string