segnals_get_bot
Retrieve a trading bot's full configuration, status, and settings by providing its ID. Use this to inspect bot details for management.
Instructions
Get the full configuration and status of a specific bot by its ID. Returns the bot's name, exchange, symbol, status, and complete config object. Use this to inspect a bot's settings in detail. Requires scope: read:bots. Example: segnals_get_bot({ bot_id: 42 })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bot_id | Yes | The ID of the bot to retrieve |