Retrieve graph
Retrieve a Knowledge Graph.
- With an org-scoped API key, control team scope from the request body: pass
team_idson create or update, or filter list with theteam_idsquery parameter. Omitteam_idson list to see only org-wide Knowledge Graphs. - With a team-scoped API key, every request is automatically restricted to the key’s team. Create assigns to that team; list and retrieve return only that team’s Knowledge Graphs; body
team_idsis not accepted.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your Writer API key.
Path Parameters
The unique identifier of the Knowledge Graph.
Response
The unique identifier of the Knowledge Graph.
The timestamp when the Knowledge Graph was created.
The name of the Knowledge Graph.
The processing status of files in the Knowledge Graph.
The type of Knowledge Graph.
manual: files are uploaded via UI or APIconnector: files are uploaded via a data connector such as Google Drive or Confluenceweb: URLs are connected to the Knowledge Graph
manual, connector, web A description of the Knowledge Graph.
An array of web connector URLs associated with this Knowledge Graph.
The team IDs the Knowledge Graph is deployed to. An empty array indicates an org-wide Knowledge Graph accessible to every team in the organization.