Knowledge Graphs

List nodes in a KG

All nodes in the KG, optionally narrowed to a tier ('representation' | 'domain') and/or a type_id.

get/api/v0/knowledge-graphs/{kg_id}/nodes

Path parameters

kg_idstring uuid required

Query parameters

tier'representation' | 'domain' nullable

Narrow to one ontology tier.

Narrow to one ontology tier.

type_idstring nullable

Narrow to one entity type id.

Narrow to one entity type id.

Response

Successful Response

idstring uuid required
knowledge_graph_idstring uuid required
tier'representation' | 'domain' required
type_idstring required
namestring required
attributesobject required
derivedobject
selectorobject nullable
confidencenumber nullable
sourcestring required
created_atstring date-time required
updated_atstring date-time required

Changes

No recorded changes to this endpoint across all 1 revision of this API.