List Conversations
neuron_list_conversationsRetrieve a paginated list of conversations for a bot, filterable by status, to manage and review chat histories.
Instructions
Retrieve a list of conversations for a specific bot with optional filtering by status and pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| botId | Yes | The unique identifier of the bot | |
| limit | No | Maximum number of conversations to return per page | |
| cursor | No | Pagination cursor for retrieving the next page of results | |
| status | No | Filter conversations by status (e.g., 'active', 'closed') |