List Audit log events
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
Start of the time window (inclusive), ISO 8601. The window (end_date - start_date) may not exceed 30 days.
End of the time window (inclusive), ISO 8601. When omitted it defaults to the request time (UTC); the resolved value is reflected in next_page_url, so replay the returned next_page_url verbatim to keep the window fixed across pages.
Maximum events per page. Out-of-range or non-integer values are rejected with 400; the applied limit is not echoed in the response.
Opaque base64-encoded pagination cursor from a previous response’s meta.next_page_url. Treat it as an opaque token, not an id. The time window and cursor must be held constant across pages: replay the returned next_page_url unchanged.
Response
A cursor-paginated page of Audit log events
The page of Audit log events (at most limit items)