Skip to main content
GET
List messages in a conversation

Authorizations

Authorization
string
header
required

Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...

Path Parameters

id
string
required

Conversation ID

Query Parameters

limit
integer

Max results (1–200, default 25)

cursor
string

Pagination cursor from previous response

Response

Paginated list of messages

data
object[]
last_synced_at
string
pagination
object
sync_state
enum<string>

SyncState is "idle", "syncing", or "failed" for this thread's message sync.

Available options:
idle,
syncing,
failed
Example:

"idle"