List organisation audit events
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.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
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: the next_cursor from the previous page
Events per page (1-200, default 50)
1 <= x <= 200Expand related entities inline on each event. Pass 'actor' to receive the member or API key that emitted the event as a typed object under actor. Pass 'resource' to receive the entity the event acted upon as a typed object under resource. Repeatable. When omitted, actor and resource are null on every event.
actor, resource Response
Successful Response
- OrgCreatedEvent
- OrgUpdatedEvent
- MemberInvitedEvent
- MemberUpdatedEvent
- MemberRemovedEvent
- KeyCreatedEvent
- KeyRevokedEvent
- EnvCreatedEvent
- EnvUpdatedEvent
- EnvDeletedEvent
- AuthConfigCreatedEvent
- AuthConfigUpdatedEvent
- AuthConfigDeletedEvent
- UnknownAuditEvent