MINARA

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.

MethodGET
Path/v1/autopilot/managed/xstrategy/deployments
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categoryautopilot

Response body

{ "deployments": [{ "deploymentId": "dep_…", "strategyId": "str_…", "name": "…", "status": "RUNNING", "symbols": ["BTC"], "subAccountId": "sub_…", "backtestId": "bt_…" }] }

On this page