---
title: "axiom executions"
description: "Inspect prior executions (flows and single-node invokes)"
category: reference
surfaces: [cli]
related: [reference/cli/axiom, reference/cli/axiom-executions-get, reference/cli/axiom-executions-list]
last_reviewed: 2026-06-06
---

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

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

```sh
axiom executions [flags]
axiom executions [command]
```

## Flags

| Flag | Shorthand | Type | Default | Description |
|---|---|---|---|---|
| `--help` | `-h` | bool |  | help for executions |

## Subcommands

| Command | Description |
|---|---|
| [axiom executions get](./axiom-executions-get.md) | Return the durable record of a prior execution |
| [axiom executions list](./axiom-executions-list.md) | List recent executions (most recent first) |

## See also

- [axiom](./axiom.md) — Axiom CLI — build and push node packages
- [axiom executions get](./axiom-executions-get.md) — Return the durable record of a prior execution
- [axiom executions list](./axiom-executions-list.md) — List recent executions (most recent first)
