Get the commands the robot has queued up
GET/v2/command-queue
Returns a snapshot of the live command queue in dispatch order, plus the id of the command currently being executed. The snapshot is refreshed once per cortex tick, so it may lag the live queue by one tick.
Responses
- 200
- 500
Queued command records, the active command id, and the number remaining.
Internal server error