v42

latestOpenAPI 3.0.3raw.githubusercontent.com2026-07-2129120150.2 KB
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.

Response

first_idstring uuid

The ID of the first Knowledge Graph in the current response.

last_idstring uuid

The ID of the last Knowledge Graph in the current response.

has_moreboolean required

Indicates if there are more Knowledge Graphs available beyond the current page.