he_get_messages
Retrieve messages from a specific conversation. Supports pagination using limit and offset parameters.
Instructions
Get messages from a specific conversation. Supports pagination via limit/offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of messages to return (default: all) | |
| offset | No | Number of messages to skip (default: 0) | |
| conversationId | Yes | Conversation ID |