List the entities extracted from one file, within a space
Returns `{ entities }` — every entity the given `:fileId` contributes to the space graph, with its `id`, `type`, `name`, and the file-local `mentions` (each with `page` + `bbox` for documents or `startSeconds`/`endSeconds`/`speaker` for audio, `null` where inapplicable). Entities are limited to those seen in this document. Requires `space:read` on `:spaceId`; missing access surfaces as a 404.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
spaceId
fileId
Response
The file’s entities with their in-file grounded mentions.
entities