list_messages
Retrieve messages from a conversation using the conversation ID. Supports pagination and limiting the number of messages returned per page.
Instructions
List messages in a conversation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| limit | No | Max messages to return (1–100) | |
| conversationId | Yes | The conversation ID |