Brain
GET /v1/brain/doc
Read a brain .md document by path (SDK/CLI; agent uses `cat`).
GET /v1/brain/docRead a brain .md document by path (SDK/CLI; agent uses cat).
Required scope: brain:read
Query parameters
| Name | Required | Notes |
|---|---|---|
path | yes |
Example
curl -X GET 'https://brain.unisonlabs.ai/v1/brain/doc' \
-H "Authorization: Bearer $UNISON_TOKEN"Returns the JSON described above on success, or an error envelope { "error": { "code", "message" } } on failure.