conversationMessages
Retrieves a paginated list of messages within a specific conversation. Returns messages in reverse chronological order by default.
QUERY
conversationMessages(conversationId: String!, page: Int, perPage: Int, getFirst: Boolean): ConversationMessageListResponseArguments
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)
data
The list of messages for the current page.
pagination
Pagination metadata.
Query
Variables
Response
Last modified on August 8, 2026
Related topics
conversationMessageConversationMessageconversationMessageAddconversationMessageUpdateConversationMessageListResponseQuery
Variables
Response