Skip to main content
GET
List thread replies

Authorizations

x-api-key
string
header
required

Workspace API key. Current accepted keys use the ando_sk_ prefix.

Path Parameters

messageId
string
required

Thread root message identifier.

Query Parameters

limit
integer

Maximum number of records to return.

Required range: x >= 1
after
string

Cursor or ISO timestamp after which results should be returned.

Response

Thread replies.

Thread replies response with the standard public data envelope plus legacy top-level aliases. The response-level thread_root_id identifies the requested root; individual MessageResult items do not expose reply lineage metadata.

conversation_id
string
required

Conversation identifier.

Example:

"01jzn7e61x3a7v9h2r7t2m3q4p"

conversation_name
string | null
required

Conversation name.

data
object
required

Standard thread replies payload. Use thread_root_id here to validate thread grouping; individual MessageResult items intentionally omit thread_root_id and replied_to_message_id.

items
object[]
required

Thread reply messages.

pageInfo
object
required

Current compatibility pagination metadata with camelCase field names.

thread_root_id
string
required

Thread root message identifier.

Example:

"01jzn7e61x3a7v9h2r7t2m3q4p"