Get the history of commands the robot has finished
GET/v2/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
- 200
- 422
- 500
Terminal command records, newest first.
Validation Error
Internal server error