---
title: "axiom client members"
description: "List a client's members"
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 members

List a client's members

List the nodes and flows currently bundled into a client's draft.

```text
axiom client members c1
axiom client members c1 --json
```

Requires a prior "axiom login".

## Usage

```sh
axiom client members <client-id> [flags]
```

## Flags

| Flag | Shorthand | Type | Default | Description |
|---|---|---|---|---|
| `--help` | `-h` | bool |  | help for members |
| `--json` |  | bool |  | Emit a JSON array of members |

## See also

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