Brain
GET /v1/brain/fs/read
Read a brain FS path incl. synthesized /system views (SDK/CLI; agent uses `cat`).
GET /v1/brain/fs/readRead a brain FS path incl. synthesized /system views (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/fs/read' \
-H "Authorization: Bearer $UNISON_TOKEN"Returns the JSON described above on success, or an error envelope { "error": { "code", "message" } } on failure.