Skip to main content
GET
ListVoiceCallsAPI mirrors erdo_voice_call_list. The filters, the since/until

Authorizations

Authorization
string
header
required

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

Query Parameters

agent
string
direction
string
since
string
until
string
limit
integer<int64>
offset
integer<int64>
cursor
string
canonical_lead_id
string

Response

Success response

conversations
CallConversationSummary is one row of an org's call list: metadata and · object[]
count
integer<int64>
limit
integer<int64>
next_cursor
string
offset
integer<int64>
total
integer<int64>

canonical_lead_id, since/until) at the moment of THIS request, read in the same snapshot as this page and independent of limit/offset/cursor — the same field the widget conversation list carries. It is live: a call captured between two page requests changes it, so a walk across pages is complete when next_cursor is absent, never when the rows collected reach Total. It is what a reporting tile counts without fetching every row.