Returns a paginated, newest-first list of audit events for the organisation. Use cursor (the next_cursor from a previous response) to page through results.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Filter by event type (e.g. key_created)
Filter by resource type (e.g. environment)
Filter by actor type: member or api_key
Earliest event time (ms since epoch, inclusive)
Latest event time (ms since epoch, inclusive)
Pagination cursor: created_at of last item from previous page
Events per page (1-200, default 50)
1 <= x <= 200