Skip to main content

List audits

GET 

/v2/organizations/:organization_id/audits

Returns audit events of the specified organization to check what action was taken, on which entity, when it occurred, and who triggered it. When trigger_type is user, trigger_id corresponds to the user ID and can be queried via the user endpoint. When trigger_type is api, trigger_id corresponds to the API key ID; currently API keys are not queryable from this public API.

Request

Responses

Audit list retrieved successfully.