crabbox/docs/commands/history.md
2026-05-05 22:40:01 -07:00

942 B

history

crabbox history lists coordinator-recorded remote command runs.

crabbox history
crabbox history --lease cbx_...
crabbox history --owner steipete@gmail.com
crabbox history --org openclaw --json

Flags:

--lease <lease-id>      filter by lease
--owner <email>         filter by owner
--org <name>            filter by org
--state <state>         running, succeeded, or failed
--limit <n>             default 50, maximum 500
--json                  print JSON

Human output includes run ID, lease ID, state, phase, exit code, duration, start time, command, and any recorded run resource summary. --json includes the start/end telemetry snapshots when a coordinator-backed Linux run captured them. Use the run ID with events, attach, or logs.

Related docs: