Get audit event by ID
Get a specific audit event by its ID. Returns 404 if the event doesn’t exist or belongs to a different organization.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier of the audit event
Response
Successful Response
Full audit event representation.
Unique identifier of the audit event
When the event occurred
Organization ID
ID of the actor who performed the action
Type of actor (user, service, system)
The action performed
Type of resource acted upon
Service that emitted the event
Project ID if applicable
ID of the specific resource
Pod that emitted the event
Distributed trace ID
Additional event details

