Brain

GET /v1/brain/neighbors

Documents linked to/from a doc or entity

unison-brain
GET /v1/brain/neighbors

Documents linked to/from a doc or entity

Required scope: brain:read

Query parameters

NameRequiredNotes
idOrPathyes

Example

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

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