A deployed XStrategy's backtest report (picker 'My' detail)
GET /v1/autopilot/managed/xstrategy/backtest/:backtestId — Full multi-asset backtest report for a deployment (add `/curves` for the equity curve). Namespaced under autopilot so th
GET /v1/autopilot/managed/xstrategy/backtest/:backtestId
Full multi-asset backtest report for a deployment (add /curves for the equity curve). Namespaced under autopilot so the picker detail doesn't depend on the Top Strategies surface; reads the same upstream /xstrategy/backtests/:id.
| Method | GET |
| Path | /v1/autopilot/managed/xstrategy/backtest/:backtestId |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | autopilot |
Response body
{ "backtestId": "bt_…", "netPnlPercent": 458.98, "annualizedReturnPercent": 99.72, "maxEquityDrawdownPercent": -26.27, "sharpeRatio": 1.981, "totalTrades": 2847, "symbols": ["NVDA","TSLA","MSFT"] }