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

axiom executions list

List recent executions (most recent first)

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

FlagShorthandTypeDefaultDescription
--help-hboolhelp for list
--jsonboolEmit the executions as a JSON array
--limitint20Maximum number of executions to return
--statusstringArray[]Filter by status (repeatable), e.g. --status FAILED

See also