Skip to main content

Get the history of commands the robot has finished

GET 

/v1/vehicles/:vehicleId/command-history

Returns command records that have reached a terminal state, newest first, from cortex's bounded history ring. Each record carries the command id that was returned when the command was submitted, so a caller can look up how one of its own commands ended. Filters are optional and combine.

Request

Responses

Terminal command records, newest first.