Public beta — not for production use. Data may be wiped at any time. Questions? Contact us.
Documentation menu

axiom client list

List your tenant's Client Builder clients

View as Markdown
<!-- 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 list

List your tenant's Client Builder clients

List every Client Builder client owned by your tenant.

axiom client list
axiom client list --json    # machine-readable output

--json always emits a JSON array, even when there are zero or exactly one client — a script or agent parsing the output can rely on one shape regardless of count.

Requires a prior "axiom login".

Usage

axiom client list [flags]

Flags

FlagShorthandTypeDefaultDescription
--help-hboolhelp for list
--jsonboolEmit a JSON array of clients (always an array, never a bare object)

See also

  • axiom client — Create and manage Client Builder clients (typed SDKs)