---
title: "Get All Brains"
method: GET
path: "/brain/"
tags: ["Brain"]
---

# Get All Brains

`GET /brain/`

## Response `200`

- Brain[]
  - `active_features` object, nullable — Active features of the brain. Currently used internally
  - `brain_id` string — Unique identifier for the brain
  - `created_on` number — Timestamp when the brain was created
  - `description` string — Description of the brain
  - `document_count` integer — Number of documents in the brain
  - `id` string — Unique identifier for the brain (same as brain_id)
  - `language_code` string — Language code of the brain
  - `metadata_schema` object, nullable — Metadata schema for the brain
  - `org_uuid` string — Unique identifier for the organization
  - `storage_bytes` integer — Total storage size of the brain in bytes
  - `supp_id` string — Supplementary identifier for the brain
  - `title` string — Title or name of the brain
  - `type` string — Type of the brain (e.g., unstructured, structured)
  - `updated_on` number — Timestamp when the brain was last updated

---

[API](https://skmtc.dev/byteleaphq/apis/athena-copy.md) · [All operations](https://skmtc.dev/byteleaphq/apis/athena-copy/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/byteleaphq/athena-copy/revisions/4eb764a8d0ce/schema)
