---
title: "Retrieve Autopilot Run"
method: GET
path: "/managed/autopilot/{rebalanceRunID}"
tags: ["AutoPilot"]
deprecated: true
---

# Retrieve Autopilot Run

`GET /managed/autopilot/{rebalanceRunID}`

> **Deprecated.**

Retrieves an Autopilot Run by rebalanceRunID.

## Path parameters

- `rebalanceRunID` string, required

## Response `200`

Retrieving an Autopilot Run by rebalanceRunID was Successful.

- RunStatusRes
  - `id` string — The unique re-balance run identifier `rebalanceRunID` associated with a specific re-balance.
  - `riaID` string — This is the parentIBID or userID of the registered investment advisor creating the re-balance run.
  - `status` string — Status of the re-balance run. See [Autopilot Run Status](https://developer.drivewealth.com/reference/get-autopilot-run-status) for status values.
  - `updated` string — A timestamp of when the re-balance run was updated.
  - `created` string — A timestamp of when the re-balance run was created.
  - `moneyMovement` boolean — Was this run part of the regular AutoPilot money movement process?
  - `regularRebalance` boolean — Was this run part of the regular AutoPilot rebalancing process?
  - `reviewOnly` boolean
  - `orders` object — An object containing the details of submitted orders for the re-balance.
    - `total` number — Total number of orders submitted.
    - `submitted` string — Amazon S3 download containing the details of each submitted order.
    - `outcome` string — Amazon S3 download containing the status and final outcome of the orders that were submitted.
    - `amountBuys` number — An aggregate value of all buy orders. Expect a negative number.
    - `amountSells` number — An aggregate value of all sell orders.
    - `cleanedUp` string
  - `allocations` object — An object containing the details of the allocations in a re-balance.
    - `submitted` string — Amazon S3 download containing the details of each submitted allocation.
    - `outcome` string — Amazon S3 download containing the status and final outcome of each allocation that was submitted.
  - `subAccounts` object — An object containing details on user accounts and their holdings.
    - `total` number — The total number of user accounts under the advisor.
    - `rebalanced` number — The total number of user accounts that were rebalanced.
    - `error` number — The total number of allocation errors at the users account level during the rebalance.
    - `outcome` string — Amazon S3 download containing the final outcome of the rebalance, includes users account details and their holdings.

---

[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)
