---
title: "axiom app-key ls"
description: "List the tenant's API keys (app keys and PATs)"
category: reference
surfaces: [cli]
related: [reference/cli/axiom-app-key]
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 app-key ls

List the tenant's API keys (app keys and PATs)

## Usage

```sh
axiom app-key ls [flags]
```

## Flags

| Flag | Shorthand | Type | Default | Description |
|---|---|---|---|---|
| `--help` | `-h` | bool |  | help for ls |
| `--json` |  | bool |  | Emit the key list as JSON |

## See also

- [axiom app-key](./axiom-app-key.md) — Manage invoke-scoped app keys (public browser credentials)
