Brain

GET /v1/brain/fs

List a directory in the brain filesystem (SDK/CLI; agent uses `ls`).

unison-brain
GET /v1/brain/fs

List a directory in the brain filesystem (SDK/CLI; agent uses ls).

Required scope: brain:read

Query parameters

NameRequiredNotes
pathno

Example

curl -X GET 'https://brain.unisonlabs.ai/v1/brain/fs' \
  -H "Authorization: Bearer $UNISON_TOKEN"

Returns the JSON described above on success, or an error envelope { "error": { "code", "message" } } on failure.