List audits
GET/v1/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
- 200
- 400
- 401
- 404
- 500
Audit list retrieved successfully.
Invalid request parameters.
Not authorized to access the requested organization.
Resource not found within the authorized organization.
Internal server error.