quivr/docs/developers/useQuivr/brain/retrieve_brain_attributes.mdx
Stan Girard 33eec50a09
docs: ✏️ mintlify (#1917)
moved to mintlify
2023-12-24 17:49:27 +01:00

23 lines
474 B
Plaintext

---
sidebar_position: 4
title: Get a Brain
---
To get a brain, you need to make a GET request to the following endpoints.
### Retrieve a Specific Brain by ID
To retrieve details of a specific brain by its ID, make a GET request to the following endpoint:
```http
GET /brains/{brain_id}/
```
### Retrieve the Default Brain
When working with the default brain for the current user, you can make a GET request to the following endpoint:
```http
GET /brains/default/
```