Search enterprise audit-log events
Search your enterprise audit-log events. Filter by actor, group, folder, event type, request, or date window, and paginate with page or cursor.
Authorizations
Your Magnific API key. Required for authentication. Learn how to obtain an API key
Query Parameters
Page number (1-based). Ignored when cursor is set.
x >= 1Items per page (max 100).
1 <= x <= 100Start of the query window (YYYY-MM-DD). Defaults to 15 days ago. Window max 15 days.
"2026-07-16T00:00:00.000Z"
End of the query window (YYYY-MM-DD). Defaults to today.
"2026-07-31T00:00:00.000Z"
Filter by actor user ID(s). Accepts a single value, a comma-separated list
(member_id=1,2) or repeated params (member_id[]=1&member_id[]=2).
x >= 1Filter by team group ID(s). Same multi-value syntax as member_id.
x >= 1Filter by folder reference(s). Same multi-value syntax as member_id.
Filter by event type(s). Same multi-value syntax as member_id.
Exact request_id lookup — returns all events emitted by one request.
Opaque cursor for deep iteration. When set, page is ignored and there is no
depth limit. Take the value from meta.next_cursor of the previous response.