List Conversations
neuron_list_conversationsRetrieve a paginated list of conversations for a specific bot, with optional filtering by status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| botId | Yes | Unique identifier (UUID) of the bot whose conversations to list | |
| limit | No | Maximum number of conversations to return per page | |
| cursor | No | Opaque pagination cursor from a previous response for retrieving the next page | |
| status | No | Filter by conversation status (e.g., 'active', 'closed') |