SmartMemory
GET
/memory/ontology/relations/{relation_id}/audit

Full append-only audit trail for one relation's canonical id (oldest-first).

Path Parameters

relation_id*Relation Id

Response Body

application/json

application/json

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