added

New `audit_event_catalogue` object to retrieve a list of supported audit log events

🏷️ API version: 2025-07

Using the new audit_event_catalogue object, you can retrieve a list of supported audit log events via the API. These can then be used to filter audit log results when querying the audit_logs object.

query {
  audit_event_catalogue {
    description
    metadata_details
    name
  }
}