zernio_list_messages
Retrieve messages from a conversation thread. Provide the conversation ID and optionally set a limit (default 50) to control the number of messages returned.
Instructions
Read the messages in a specific conversation thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| conversationId | Yes | The conversation ID | |
| limit | No | Max messages to return (default 50) |