Skip to main content
Console activities are recorded in the audit log. Users with access can review the log and integrate it with their logging systems. Access to the audit log is controlled by the View audit logs permission (control-plane:organization:view-activities):
  • Users with the Admin organization role have access by default.
  • Other console users need organization access plus a custom role that includes the View audit logs permission.
  • API keys need a role that includes the same permission.
For a description of all permissions, see Console roles and permissions.

Access the console log via the user interface

1

Select organization

In ClickHouse Cloud, navigate to your organization details.
2

Select audit

Select the Audit tab on the left menu to see what changes have been made to your ClickHouse Cloud organization - including who made the change and when it occurred.The Activity page displays a table containing a list of events logged about your organization. By default, this list is sorted in a reverse-chronological order (most-recent event at the top). Change the order of the table by clicking on the columns headers. Each item of the table contains the following fields:
  • Activity: A text snippet describing the event
  • User: The user that initiated the event
  • IP Address: When applicable, this flied lists the IP Address of the user that initiated the event
  • Time: The timestamp of the event

Access the console audit log via the API

You can use the ClickHouse Cloud API activity endpoint to obtain an export of audit events. Further details can be found in the API reference.

Log integrations

You can use the API to integrate with a logging platform of their choice. The following have supported out-of-the-box connectors:
Last modified on September 3, 2026