v1
latestOpenAPI 3.0.22026-07-24113565544.0 KBAutoPilot
List AutoPilot Runs by Advisor
Fetches a list of autopilot runs by userID.
get/users/{userID}/managed/autopilot
Path parameters
userIDstring required
A unique identifier created for each User on DriveWealth's platform.
Example:cc07f91b-7ee1-4868-b8fc-823c70a1b932
The User's unique identifier.
Query parameters
fromstring
The date and time in which to start from.
tostring
The date and time in which to end at.
direction'NEXT' | 'PREVIOUS'
offsetstring
Response
Fetching A List Of Autopilot Runs By userID was Successful.
Example response
[
{
"id": "ria_rebalance_721ff5c3-f6f2-48d8-aaa3-41a49a044f2c",
"created": "2022-12-11T22:28:21.810Z",
"status": "REBALANCE_NOT_STARTED"
}
]