---
title: "axiom executions list"
description: "List recent executions (most recent first)"
category: reference
surfaces: [cli]
related: [reference/cli/axiom-executions]
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 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".

```text
axiom executions list
axiom executions list --limit 50 --status FAILED
axiom executions list --json | jq '.[].execution_id'
```

## Usage

```sh
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](./axiom-executions.md) — Inspect prior executions (flows and single-node invokes)
