---
title: "axiom inspect node"
description: "Print a published node's compiled input/output JSON Schema"
category: reference
surfaces: [cli]
related: [reference/cli/axiom-inspect]
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 inspect node

Print a published node's compiled input/output JSON Schema

Fetch a published node's compiled input/output JSON Schema (GET
/nodes/{id}/schema.json) — the same schema the MCP's axiom_inspect returns for a
node. When @version is omitted, the most recently published version is used.

```text
axiom inspect node nadia/summarizer/Summarize
axiom inspect node nadia/summarizer/Summarize@0.1.0 | jq .
```

## Usage

```sh
axiom inspect node <handle>/<package>/<node>[@version] [flags]
```

## Flags

| Flag | Shorthand | Type | Default | Description |
|---|---|---|---|---|
| `--help` | `-h` | bool |  | help for node |

## See also

- [axiom inspect](./axiom-inspect.md) — Print the compiled JSON Schema for a node or flow (the shape an invoke must satisfy)
