Bot API List Conversations
neuron_bot_api_list_conversationsRetrieve a paginated list of bot conversations filtered by status. Requires a valid API key for authentication.
Instructions
Retrieve a list of conversations managed by the bot. Supports filtering by status and pagination. Requires a valid API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Optional page number for pagination (default: 1) | |
| limit | No | Optional number of conversations per page (default: 20) | |
| apiKey | Yes | The bot API key starting with 'nrn_' prefix for authentication | |
| status | No | Optional filter by conversation status (e.g., 'active', 'closed', 'pending') |