cURL
Knowledge Graphs API
List graphs
Retrieve a list of Knowledge Graphs.
GET
cURL
Documentation Index
Fetch the complete documentation index at: https://dev.writer.com/llms.txt
Use this file to discover all available pages before exploring further.
Knowledge Graphs deployed to a specific team aren’t accessible via the API or SDK. To use a Knowledge Graph via the API or SDK, configure it with “All Teams” access in AI Studio.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your Writer API key.
Query Parameters
Specifies the order of the results. Valid values are asc for ascending and desc for descending.
Available options:
asc, desc The ID of the first object in the previous page. This parameter instructs the API to return the previous page of results.
The ID of the last object in the previous page. This parameter instructs the API to return the next page of results.
Specifies the maximum number of objects returned in a page. The default value is 50. The minimum value is 1, and the maximum value is 100.
Response
200 - application/json