The caller's XStrategy deployments (picker 'My' tab)
GET /v1/autopilot/managed/xstrategy/deployments — Lists the user's live XStrategy deployments (any status) so the Autopilot strategy picker's 'My' tab can show them next
GET /v1/autopilot/managed/xstrategy/deployments
Lists the user's live XStrategy deployments (any status) so the Autopilot strategy picker's 'My' tab can show them next to their Strategy Studio strategies. Read-only; upstream is untyped so the gateway projects each row defensively.
| Method | GET |
| Path | /v1/autopilot/managed/xstrategy/deployments |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | autopilot |
Response body
{ "deployments": [{ "deploymentId": "dep_…", "strategyId": "str_…", "name": "…", "status": "RUNNING", "symbols": ["BTC"], "subAccountId": "sub_…", "backtestId": "bt_…" }] }