---
title: "axiom client get"
description: "Show one Client Builder client"
category: reference
surfaces: [cli]
related: [reference/cli/axiom-client]
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 client get

Show one Client Builder client

Show one Client Builder client: its members and build versions.

<client> may be the client's name, slug, or id.

```text
axiom client get billing
axiom client get billing --json    # machine-readable output
```

Requires a prior "axiom login".

## Usage

```sh
axiom client get <client> [flags]
```

## Flags

| Flag | Shorthand | Type | Default | Description |
|---|---|---|---|---|
| `--help` | `-h` | bool |  | help for get |
| `--json` |  | bool |  | Emit a single JSON result object |

## See also

- [axiom client](./axiom-client.md) — Create and manage Client Builder clients (typed SDKs)
