Returns a cursor-paginated list of messages for the given conversation. Supports loading around a specific starter message, text search, and bi-directional cursor pagination.
Conversation ID
Maximum number of messages to return (default 25)
1 <= x <= 100ID of a message to load around; when provided (without cursor or query), the API returns messages before and after this message and custom cursors to continue pagination.
Cursor string used for pagination when not using starter_message_id flow.
Full-text search in message body; only normal messages are searched.