<!-- 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 list
List recent executions (most recent first)
List recent executions for the logged-in tenant, most recent first, so you can find an execution id to pass to "axiom executions get".
axiom executions list
axiom executions list --limit 50 --status FAILED
axiom executions list --json | jq '.[].execution_id'Usage
axiom executions list [flags]Flags
| Flag | Shorthand | Type | Default | Description |
|---|---|---|---|---|
--help | -h | bool | help for list | |
--json | bool | Emit the executions as a JSON array | ||
--limit | int | 20 | Maximum number of executions to return | |
--status | stringArray | [] | Filter by status (repeatable), e.g. --status FAILED |
See also
- axiom executions — Inspect prior executions (flows and single-node invokes)
Related