Skip to main content

messages/list

List messages in a conversation with cursor-based pagination using sequence numbers.

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
NotFoundErrorConversation not found
ForbiddenErrorNot a participant