Public beta — not for production use. Data may be wiped at any time. Questions? Contact us.
Documentation menu

axiom executions

Inspect prior executions (flows and single-node invokes)

View as Markdown
<!-- GENERATED by docs/scripts/gen-cli-reference — DO NOT EDIT. Source of truth: the cobra command definitions in cmd/axiom/cmd/. Regenerate from the repo root with: go run ./docs/scripts/gen-cli-reference -->

axiom executions

Inspect prior executions (flows and single-node invokes)

Inspect the durable record of prior executions — flows and single-node invokes alike — for troubleshooting.

axiom executions get <execution-id>     full record: status, timeline, checkpoints
axiom executions list                   recent executions (to find an id)

Every "axiom invoke" prints the execution id it created; pass it to "axiom executions get" to see exactly what happened. Records are retained for 30 days.

Usage

axiom executions [flags]
axiom executions [command]

Flags

FlagShorthandTypeDefaultDescription
--help-hboolhelp for executions

Subcommands

CommandDescription
axiom executions getReturn the durable record of a prior execution
axiom executions listList recent executions (most recent first)

See also