CLI
circuit runs
Print a run's state, current step, and outcome as JSON.
circuit runs show --run-folder <path> --jsonInspect the status of a run.
show
circuit runs show --run-folder <path> --jsonRead the run folder and print its status as JSON: the engine state (open, waiting on a checkpoint, completed, or aborted), the current step where the run is active, and the terminal outcome once it closes.
| Flag | Description |
|---|---|
--run-folder <path> | Required. Run folder to read. |
--json | Required. JSON output. |
Examples
circuit runs show --run-folder .circuit/runs/<run-id> --json