Skip to main content
GET
List public brains

Authorizations

Authorization
string
header
default:Bearer uk_live_your_api_key_here
required

Versuno API key. Must be prefixed with Bearer. Format: Bearer uk_live_...

Response

Array of public brain objects.

id
string<uuid>

Unique identifier for the brain.

Example:

"d4e5f6a7-b8c9-0123-def0-456789012345"

name
string

Display name of the brain.

Example:

"Next.js Documentation"

slug
string | null

URL-safe identifier for the brain, or null.

Example:

"nextjs-docs"

description
string | null

Short summary of the brain.

Example:

"Indexed knowledge of the Next.js framework."

overview
string | null

AI-generated long-form overview of the brain's contents, or null until generated.

Example:

"This brain covers routing, data fetching, rendering..."

isPublic
boolean

Whether the brain is publicly readable.

Example:

true

sourceUrl
string | null

Origin URL the brain was indexed from, if any.

Example:

"https://nextjs.org/docs"

totalTokens
integer | null

Total token count across all indexed content, or null.

Example:

482000

nodeCount
integer | null

Total number of nodes in the brain, or null.

Example:

1240

pageCount
integer | null

Number of page-type nodes in the brain, or null.

Example:

312

exampleQueries
string[] | null

AI-generated example queries to seed callers, or null until populated.

Example:
lastIndexed
string<date-time> | null

When the brain was last (re)indexed, or null.

Example:

"2026-06-10T08:00:00.000Z"

createdAt
string<date-time>

When the brain was created.

Example:

"2026-06-01T08:00:00.000Z"