Skip to main content

messages/list

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

Parameters

conversationId
string (UUID)
required
Branded ConversationId
afterSeq
integer
The afterSeq field.
beforeSeq
integer
The beforeSeq field.
limit
integer
The limit field.

Response

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

Errors

CodeNameWhen
-32002NotFoundConversation not found
-32001ForbiddenNot a participant