Get one entity and its mentions from the org-wide graph
Get one entity and its mentions from the org-wide graph
Returns `{ entity, mentions }` for an entity in the org-wide (`org`) graph. `entity` is `null` for an unknown id; otherwise `{ id, type, name, key }`. `mentions` carry `fileId`, `text`, and best-effort grounding (`page`+`bbox` for documents, `startSeconds`/`endSeconds`/`speaker` for audio). Org-admin only — requires the admin role; non-admins get a 403.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
entityId
Response
The entity (or null) and its mentions across the organization.
entity
Null when the id is unknown in this graph.
mentions