get_conversation_messages
Retrieve messages from a specific conversation by providing the conversation ID, with options to limit results and paginate through message history.
Instructions
Get messages in a specific conversation
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| conversationId | Yes | Conversation ID | |
| limit | No | Number of messages | |
| before | No | Cursor: message ID to paginate before |