Get a brain
Returns a single brain by ID. You can read any public brain, plus any brain you own.
Authorizations
Versuno API key. Must be prefixed with Bearer. Format: Bearer uk_live_...
Path Parameters
ID of the brain.
Response
The brain object.
A brain — a graph-based knowledge structure composed of containers and nodes.
Unique identifier for the brain.
"d4e5f6a7-b8c9-0123-def0-456789012345"
Display name of the brain.
"Next.js Documentation"
URL-safe identifier for the brain, or null.
"nextjs-docs"
Short summary of the brain.
"Indexed knowledge of the Next.js framework."
AI-generated long-form overview of the brain's contents, or null until generated.
"This brain covers routing, data fetching, rendering..."
Whether the brain is publicly readable.
true
Origin URL the brain was indexed from, if any.
"https://nextjs.org/docs"
Total token count across all indexed content, or null.
482000
Total number of nodes in the brain, or null.
1240
Number of page-type nodes in the brain, or null.
312
AI-generated example queries to seed callers, or null until populated.
[
"How do I set up dynamic routes?",
"What is the difference between server and client components?"
]When the brain was last (re)indexed, or null.
"2026-06-10T08:00:00.000Z"
When the brain was created.
"2026-06-01T08:00:00.000Z"

