List containers
Public Brains
List containers
Returns all containers in a brain as a flat array.
GET
List containers
Authorizations
Versuno API key. Must be prefixed with Bearer. Format: Bearer uk_live_...
Path Parameters
ID of the brain.
Response
Array of container objects.
Unique identifier for the container.
Example:
"e5f6a7b8-c9d0-1234-ef01-567890123456"
ID of the brain this container belongs to.
Example:
"d4e5f6a7-b8c9-0123-def0-456789012345"
Display name of the container.
Example:
"Routing"
Stable, canonical name of the container.
Example:
"routing"
Short summary of the container, or null.
Example:
"Pages, layouts, and navigation."
ID of the parent container, or null for a top-level container.
Example:
null
When the container was created.
Example:
"2026-06-01T08:05:00.000Z"

