list_bots
List DCA, Combo, or Grid bots with customizable field presets and filters by status and trading context.
Instructions
List bots by type (DCA, Combo, or Grid). Supports field selection presets (minimal, standard, extended, full). Supports filtering by status and paper/real trading context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| botType | Yes | Bot type | |
| fields | No | Field selection: preset ("minimal", "standard", "extended", "full") or comma-separated fields (e.g. "_id,uuid,settings.name,profit.total"). Default: "standard" | |
| page | No | Page number for pagination (1-based). Default: 1 | |
| status | No | Filter by bot status | |
| paperContext | No | Paper trading context (true = paper, false = real). Default: false |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | OK on success, NOTOK on a handled API error. | |
| reason | No | Error reason when status is NOTOK; null otherwise. | |
| data | No | Matching bot records; fields present depend on the `fields` preset. | |
| meta | No | Pagination / result metadata, present on list-style responses. |