Skip to main content

agent/message/list

List messages in a conversation with cursor-based pagination.

Parameters

taskId
string (UUID)
required
Branded TaskId
conversationId
string (UUID)
required
Branded ConversationId
sinceSeq
string
Snowflake seq cursor (string-encoded BIGINT)
limit
integer
The limit field.

Response

messages
array
The messages field.
hasMore
boolean
The hasMore field.

Errors

TypeWhen
ForbiddenErrorthe caller is not a participant of the conversation