SmartMemory
GET
/memory/ontology/audit

Cross-entity, newest-first audit feed. Malformed/date-only since/until -> 400.

Query Parameters

actor?|

Filter by actor.

action?|

Filter by action (e.g. migrate, retire).

since?|

Full ISO-8601 lower bound (inclusive).

until?|

Full ISO-8601 upper bound (inclusive).

limit?Limit

Most-recent-N cap (clamped to [1, 1000]).

Response Body

application/json

application/json

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