get_backtestsreadOwner-scopedList the user's own backtests in a clean public format, or fetch one with its trades by passing id. Same data as the /api/v1/backtests API. Internal engine fields are never exposed.
| Param | Type | Req. | Description |
|---|---|---|---|
| id | string | no | Fetch a single backtest (with trades) by id instead of listing. |
| limit | integer | no | Max backtests to list, newest first (1-200, default 50). |
Example prompts
- “Show me my backtests.”
- “Pull up my EURUSD backtest and its trades.”
Example call
{ "name": "get_backtests", "arguments": { "limit": 20 } }