KG API
List graphs
Retrieve a list of Knowledge Graphs.
get/v1/graphs
Query parameters
order'asc' | 'desc'
Specifies the order of the results. Valid values are asc for ascending and desc for descending.
beforestring uuid
The ID of the first object in the previous page. This parameter instructs the API to return the previous page of results.
afterstring uuid
The ID of the last object in the previous page. This parameter instructs the API to return the next page of results.
limitinteger
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.