Get ontology convergence metrics: pattern counts, type status distribution.
Response Body
application/json
curl -X GET "https://example.com/memory/ontology/status"nullGet Ontology Relation
Resolve a single relation type by its identity (iri -> pid -> name). 404 if absent.
Get Ontology Type
Resolve a single type by iri/qid/name (follows supersede/merge redirects). 404 if absent. Enriches with `instance_count` — the number of `(:Entity)-[:INSTANCE_OF]->` this type — via `OntologyService.count_type_instances` (ONTO-CRUD-1 follow-up). The count is best-effort enrichment: a failure logs a WARNING and leaves it null rather than sinking the type read (null means "not computed", never a fabricated 0).