Brain
GET /v1/brain/entities/:id/timeline
Chronological fact timeline for an entity
GET /v1/brain/entities/:id/timelineChronological fact timeline for an entity
Required scope: brain:read
Example
curl -X GET 'https://brain.unisonlabs.ai/v1/brain/entities/:id/timeline' \
-H "Authorization: Bearer $UNISON_TOKEN"Returns the JSON described above on success, or an error envelope { "error": { "code", "message" } } on failure.