Bot API List Conversations
neuron_bot_api_list_conversationsRetrieve a paginated list of conversations managed by the bot. Supports filtering by conversation status. Requires a valid API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default: 1) | |
| limit | No | Number of conversations per page (default: 20) | |
| apiKey | Yes | Bot API key with 'nrn_' prefix for authentication | |
| status | No | Filter by conversation status: 'active', 'closed', or 'pending' |