Skip to main content
GET
GetVoiceSMSConversationAPI mirrors erdo_voice_sms_conversation_get, returning

Authorizations

Authorization
string
header
required

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

Path Parameters

sessionID
string
required

Query Parameters

limit
integer<int64>
cursor
string

Response

Success response

conversation
SMSConversationSummary is one conversation's metadata: who, when, how much, · object

and whether the person has opted out. Never the message bodies — those come from GetSMSConversation.

messages
SMSConversationMessage is one text, in reading order. · object[]
next_cursor
string