List audit log entries
Returns audit-log entries in reverse-chronological order, optionally filtered by action, resource_type, resource_id, or a since / until time range. Cursor-paginated. Each entry carries the credential that performed the action (key_id), the resolved client IP (subject to TRUSTED_PROXY_CIDRS), and a structured details payload that varies by action.
The audit log records every state-changing API call plus a few admin-side reads. Item / edge reads, SSE subscribe/unsubscribe, and search queries are NOT logged — those land in request logs instead. Retention is AUDIT_RETENTION_DAYS (default 90; per-tenant override via TenantConfig.audit_retention_days); older rows are removed by a periodic cleanup job. Tenant-scoped admin keys see their own tenant’s rows; tenantless bootstrap-admin keys see every row.
Non-admin credentials return 403 forbidden. See Audit log.
Documentation Index
Fetch the complete documentation index at: https://docs.myme.so/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Pass an API key (marfa_k1_...) or OAuth access token (marfa_at_...)
Query Parameters
1 <= x <= 200