SmartMemory
GET
/memory/ontology/registry/{registry_id}/snapshot

Get a snapshot of a registry (current or specific version).

Requires authentication and validates registry ownership.

Path Parameters

registry_id*Registry Id

Query Parameters

version?string|null

Response Body

application/json

application/json

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