Brain
GET /v1/brain/neighbors
Documents linked to/from a doc or entity
GET /v1/brain/neighborsDocuments linked to/from a doc or entity
Required scope: brain:read
Query parameters
| Name | Required | Notes |
|---|---|---|
idOrPath | yes |
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.