v1
latestOpenAPI 3.0.22026-07-24113565544.0 KBAutoPilot
Retrieve Autopilot Run
Retrieves an Autopilot Run by rebalanceRunID.
get/managed/autopilot/{rebalanceRunID}
Path parameters
rebalanceRunIDstring required
The unique re-balance run identifier rebalanceRunID associated with a specific re-balance.
Response
Retrieving an Autopilot Run by rebalanceRunID was Successful.
Example response
{
"id": "ria_rebalance_ebf7e764-e2d6-4b3d-a333-b8ff05b92b89",
"riaID": "66304da9-3h6f-2234-935f-ac6b7933d706",
"status": "REBALANCE_NOT_STARTED",
"updated": "2022-12-27T06:07:28.955Z",
"created": "2022-12-27T06:06:28.955Z",
"moneyMovement": true,
"regularRebalance": true,
"reviewOnly": true,
"orders": {
"submitted": "https://uat.drivewealth.autopilot.s3.amazonaws.com/44304da9....",
"outcome": "https://uat.drivewealth.autopilot.s3....",
"amountBuys": -1059.35,
"amountSells": 862.69
},
"allocations": {
"submitted": "https://uat.drivewealth.autopilot.s3....",
"outcome": "https://uat.drivewealth.autopilot.s3...."
},
"subAccounts": {
"total": 4,
"rebalanced": 3,
"outcome": "https://uat.drivewealth.autopilot.s3...."
}
}