Skip to main content
QUERY
conversationMessages(conversationId: String!, page: Int, perPage: Int, getFirst: Boolean): ConversationMessageListResponse

Arguments

conversationId
String!
required

The conversation ID to get messages from

page
Int

Page number (1-based, default: 1)

perPage
Int

Number of messages per page (default: 20, max: 100)

getFirst
Boolean

If true, returns messages in chronological order (oldest first); if false, reverse chronological (newest first)

The list of messages for the current page.

pagination

Pagination metadata.

Query
Variables
Response
Last modified on August 8, 2026