List audit events
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Return only events with this exact action, or events whose action starts with it followed by a dot (workspace returns workspace.member_added but not workspace_automation.created). Lowercase, as actions are.
^[a-z][a-z0-9_.-]*$"workspace"
Return events that occurred before this date. Must fall within the one-year retention window; an earlier date is rejected.
"2026-01-27"
Return events that occurred after this date. Must fall within the one-year retention window; an earlier date is rejected.
"2026-01-27"
The cursor to continue from
"eyJjcmVkZW50aWFsfQ=="
Maximum number of audit events to return per page
1 <= x <= 3010
Response
List of audit events
Whether there are more audit events to fetch. A page can hold fewer than page_size events and still not be the last one, so page on this and cursor rather than on the number of events returned.
true
The cursor to continue from
"eyJjcmVkZW50aWFsfQ=="

