Cross-entity, newest-first audit feed. Malformed/date-only since/until -> 400.
Query Parameters
Filter by actor.
Filter by action (e.g. migrate, retire).
Full ISO-8601 lower bound (inclusive).
Full ISO-8601 upper bound (inclusive).
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": {}
}
]
}List Memories
List all memories for the current user, optionally filtered by metadata. Requires authentication and operates on user-scoped data. SecureSmartMemory automatically handles tenant isolation. GRAPH-API-1l: supersedes `GET /memory/by-metadata` for metadata lookups — same filter, but with this route's pagination and `total`. Filters only ever narrow the caller's own accessible set; they can never surface an item the caller could not otherwise see. See `docs/features/GRAPH-API-1l/list-filters-contract.json`.
List Ontology Hitl
List `:OntologyHITLQueue` rows for the caller's workspace.