List active audit event types
GET/audit-events/types
Every currently active event type with the product it belongs to — the source for the audit list's filter control. Types are registry rows, not a fixed enum, so this list can grow without a frontend release. Deactivated types are omitted here, but their existing events still appear in the list response.
Requires the audit.event.read permission in the selected entity. Returns 404
when the enableAuditSystem feature flag is off.
Request
Responses
- 200
- 401
- 403
- 404
OK
Missing/invalid JWT or entity selection
Caller lacks the audit.event.read permission (RBAC_PERMISSION_DENIED)
enableAuditSystem flag is off