Get complete audit trail for an item.
Returns detailed log of all changes with user, timestamp, and change details. Suitable for compliance reporting (HIPAA, GDPR, SOC2).
Path Parameters
Query Parameters
Filter by change type
Filter by user
Start time
End time
Response Body
application/json
application/json
curl -X GET "https://example.com/memory/temporal/string/audit"null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Get Audit Summary
ONTO-RECONCILE-1 Phase 6 — bounded audit aggregation over a time window. Two substrate queries (counts grouped by action+actor; recent-actions LIMIT N). `recent_actions` rows expose only metadata-shaped fields per the privacy contract — caller-supplied content (`evidence_ref`, `before_json`, `after_json`) is excluded. Authentication: routes inherit `ScopePolicy.team_required` from `create_router(...)`'s default — verified at base_router.py:62. Audit data is workspace-scoped via FalkorDB graph_name isolation. Note on `group_by`: today the substrate always groups by `(action, actor)` jointly and folds into `by_action` and `by_actor`. The parameter is accepted (and validated against {"action", "actor"}) for forward compatibility, but additional grouping is not yet implemented.
Get Backlinks
Get notes that link TO this note (backlinks). Returns notes that reference this note, enabling bidirectional navigation through your knowledge graph.