SmartMemory
GET
/memory/ontology/updates/stats

Get ontology update statistics for this workspace.

Query Parameters

history?History

Include time-series history points from completed runs

Response Body

application/json

application/json

curl -X GET "https://example.com/memory/ontology/updates/stats"
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}