Documentation Index
Fetch the complete documentation index at: https://docs.openmem.blog/llms.txt
Use this file to discover all available pages before exploring further.
GET /audit returns a chronological log of every memory operation performed for a given user. Each entry records what action was taken, which app triggered it, which memory was affected, and a request_id you can use to correlate the entry with server-side logs.
Audit log availability depends on the provider. Check
capabilities().features.supports_audit before calling this endpoint. Providers that do not support auditing will return an unsupported_capability error.Query parameters
Return only audit entries for this user.
Filter entries to a specific application (e.g.
cursor, chatgpt). Matches the app field from the memory’s source metadata.ISO 8601 datetime. Return only entries at or after this timestamp.
Maximum number of entries to return.
Response — 200 OK
List of audit log entries, most recent first.