---
title: "List AutoPilot Runs by Advisor"
method: GET
path: "/users/{userID}/managed/autopilot"
tags: ["AutoPilot"]
deprecated: true
---

# List AutoPilot Runs by Advisor

`GET /users/{userID}/managed/autopilot`

> **Deprecated.**

Fetches a list of autopilot runs by userID.

## Path parameters

- `userID` string, required — A unique identifier created for each User on DriveWealth's platform.

## Query parameters

- `from` string
- `to` string
- `direction` 'NEXT' | 'PREVIOUS'
- `offset` string

## Response `200`

Fetching A List Of Autopilot Runs By userID was Successful.

- AutoPilotRunByUserID[] — A list of autopilot runs by userID.
  - `id` string — The unique identifier of the auto pilot re-balance run.
  - `created` string — The date and time that the autopilot re-balance was created.
  - `status` 'REBALANCE_NOT_STARTED' | 'REBALANCE_ABORTED' | 'REBALANCE_REVIEW_COMPLETED' | 'REBALANCE_NO_ORDERS_GENERATED' | 'REBALANCE_10' | 'REBALANCE_20' | 'REBALANCE_30' | 'REBALANCE_40' | 'REBALANCE_50' | 'REBALANCE_60' | 'REBALANCE_70' | 'REBALANCE_80' | 'REBALANCE_90' | 'REBALANCE_COMPLETED' | 'REBALANCE_FAILED' | 'AMOUNTCASH_ORDERS_AGGREGATED' | 'ORDERQTY_ORDERS_AGGREGATED' | 'ORDERQTY_ORDERS_PREPARED' | 'AMOUNTCASH_ORDERS_PREPARED' | 'SELL_ORDERQTY_ORDERS_SUBMITTED' | 'SUBACCOUNT_ORDERS_ADJUSTED' | 'SELL_AMOUNTCASH_ORDERS_SUBMITTED' | 'SELL_AMOUNTCASH_ORDERS_COMPLETED' | 'SELL_AMOUNTCASH_ORDERS_FAILED' | 'SELL_AMOUNTCASH_ORDERS_TIMEDOUT' | 'SELL_ORDERQTY_ORDERS_COMPLETED' | 'SELL_ORDERQTY_ORDERS_FAILED' | 'SELL_ORDERQTY_ORDERS_TIMEDOUT' | 'BUY_ORDERQTY_ORDERS_SUBMITTED' | 'BUY_ORDERQTY_ORDERS_COMPLETED' | 'BUY_ORDERQTY_ORDERS_FAILED' | 'BUY_ORDERQTY_ORDERS_TIMEDOUT' | 'BUY_AMOUNTCASH_ORDERS_SUBMITTED' | 'BUY_AMOUNTCASH_ORDERS_COMPLETED' | 'BUY_AMOUNTCASH_ORDERS_FAILED' | 'BUY_AMOUNTCASH_ORDERS_TIMEDOUT' | 'ORDERS_CLEANEDUP' | 'RIA_NEXT_REBALANCE_UPDATED' | 'ALLOCATION_PREPARED' | 'ALLOCATION_SUBMITTED' | 'ALLOCATION_NOT_STARTED' | 'ALLOCATION_10' | 'ALLOCATION_20' | 'ALLOCATION_30' | 'ALLOCATION_40' | 'ALLOCATION_50' | 'ALLOCATION_60' | 'ALLOCATION_70' | 'ALLOCATION_80' | 'ALLOCATION_90' | 'ALLOCATION_COMPLETED' | 'ALLOCATION_FAILED' | 'ALLOCATION_TIMEDOUT' | 'SUBACCOUNT_HOLDINGS_UPDATED' | 'SUBACCOUNT_HOLDINGS_UPDATE_FAILED' | 'SUCCESS' — The current status of the re-balance run.
  - `moneyMovement` string — True, if the re-balance was apart of a funding or withdrawal process.
  - `regularRebalance` string — True, if the re-balance was apart of the regularly scheduled re-balancing cycle.

---

[API](https://skmtc.net/drivewealth/apis/authentication-apis.md) · [All operations](https://skmtc.net/drivewealth/apis/authentication-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/drivewealth/authentication-apis/revisions/9fced6d0ac41/schema)
