SmartMemory
GET
/memory/ontology/packs/{pack_id}/audit

Full append-only audit trail for a pack (oldest-first), optionally version-scoped.

Path Parameters

pack_id*Pack Id

Query Parameters

pack_version?|

Scope to one installed version; omit for all.

Response Body

application/json

application/json

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