Skip to main content
GET
Get ontology schema status

Response

200 - application/json

Successful Response

Schema status returned by GET /v1/ontology/status (PRD-005 T4.4).

Fields

has_ontology: True if an active ontology version exists. version: The ontology version number (== id in the DB), or None. node_types: List of node label strings defined in the active YAML. relationship_types: List of edge type strings defined in the active YAML. applied_at: ISO-8601 timestamp when the current version was applied, or None.

has_ontology
boolean
required
version
integer | null
node_types
string[]
relationship_types
string[]
applied_at
string | null