Get a node
Returns a single node by ID, including its full content.
Authorizations
Versuno API key. Must be prefixed with Bearer. Format: Bearer uk_live_...
Response
The node object.
A node — a single content item within a brain.
Unique identifier for the node.
"f6a7b8c9-d0e1-2345-f012-678901234567"
Canonical title/identifier of the node, or null.
"app-router-dynamic-routes"
Full content body of the node, or null.
"Dynamic routes let you generate paths from data..."
Short AI-generated summary of the node, or null.
"Explains how to create dynamic route segments."
Arbitrary metadata attached to the node, or null.
{
"url": "https://nextjs.org/docs/app/building-your-application/routing/dynamic-routes"
}When the node was created, or null.
"2026-06-01T08:10:00.000Z"
When the node was last updated, or null.
"2026-06-05T09:30:00.000Z"
ID of the container this node belongs to, or null for a brain-root page node.
"e5f6a7b8-c9d0-1234-ef01-567890123456"
ID of the parent node, or null.
null
Node type (e.g. page, chunk).
"page"
Human-readable path to the node within the brain, or null.
"Routing / Dynamic Routes"

