Get Conversation Messages
neuron_get_messagesFetch messages from a conversation by providing its ID, with optional pagination using limit and cursor.
Instructions
Retrieve messages from a specific conversation with optional pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique identifier of the conversation | |
| limit | No | Maximum number of messages to return per page | |
| cursor | No | Pagination cursor for retrieving the next page of messages |