segnals_get_bot_logs
Retrieve execution logs for a trading bot to debug behavior or check recent activity, including errors and system events.
Instructions
Get execution logs for a specific bot. Shows recent trading activity, errors, and system events including cold-start status. Use this to debug bot behavior or check recent activity. Requires scope: read:bots. Example: segnals_get_bot_logs({ bot_id: 42 })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bot_id | Yes | The ID of the bot to get logs for | |
| limit | No | Maximum number of log entries (default 50) |