circuit
CLI

circuit runs

Print a run's state, current step, and outcome as JSON.

circuit runs show --run-folder <path> --json

Inspect the status of a run.

show

circuit runs show --run-folder <path> --json

Read 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.

FlagDescription
--run-folder <path>Required. Run folder to read.
--jsonRequired. JSON output.

Examples

circuit runs show --run-folder .circuit/runs/<run-id> --json

On this page