Skip to main content
GET
List thread messages

Authorizations

Authorization
string
header
required

Access token from POST /management/v1/auth/token (publishable-key exchange) or a login session. Publishable-key tokens are agent-scoped and serve the messaging surface; login tokens also serve management.

Path Parameters

threadId
string
required
Pattern: ^[0-9a-fA-F]{24}$

Response

Successful Response

id
string
required

Interaction id, or message id for interaction-less messages

created_at
string | null

Creation timestamp (ISO-8601)

text
string | null

Message text

sender
MessageParty · object | null
receiver
MessageParty · object | null
cards
MessageCard · object[]

Rendered cards

welcome_message
string | null

Agent's opening message, if this is one

followup_suggestions
string[]

Suggested follow-up prompts

url
string | null

Originating page URL

input_tokens
integer
default:0

Prompt tokens

output_tokens
integer
default:0

Completion tokens