Get the org-wide aggregate knowledge graph

View as Markdown

Returns the organization-wide graph that aggregates entities and relations across every space: { entities, edges }, in the same shape as the space graph. Optional ?limit= (1-2000) caps entities. Because it spans all spaces, it is available only to organization administrators; other callers get 403.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

limitintegerOptional1-2000Defaults to 500

Maximum entities returned, 1–2000. Defaults to 500. There is no cursor.

Response

The organization-wide aggregate graph.

entitieslist of objects
edgeslist of objects