Bot API Get Messages
neuron_bot_api_get_messagesRetrieve paginated message history from a specific conversation. Requires a valid API key and conversation ID.
Instructions
Retrieve message history for a specific conversation with pagination support. Requires a valid API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Optional maximum number of messages to retrieve (default: 50) | |
| apiKey | Yes | The bot API key starting with 'nrn_' prefix for authentication | |
| before | No | Optional cursor for pagination - retrieve messages before this message ID or timestamp | |
| conversationId | Yes | The unique identifier of the conversation |