Retrieve an Order by its IDAsk AIget https://broker-api.sandbox.alpaca.markets/v1/trading/accounts/{account_id}/orders/{order_id}Retrieves a single order for the given order_id.Path Paramsaccount_iduuidrequiredAccount identifier.order_idstringrequiredOrder identifier.Responses 200The requested Order object 400Malformed input. 404Resource does not exist.Updated 6 months ago