-
Notifications
You must be signed in to change notification settings - Fork 536
Audit Logging
Note: This feature is available in Enterprise and AWS editions only.
CloudBeaver provides an Audit logging panel for reviewing API activity. Use it to see who performed an action, when it happened, and which endpoint was involved.
When enabled, the panel logs authentication events, project and connection changes, SQL and file operations, cloud storage activity, license and server configuration updates, preference changes, user and team management actions, and other system-level activities.

- Open Settings -> Administration -> Settings
- Navigate to Administration -> Logger
- Enable Audit all API requests to the database
- Save changes
After you enable this option, the Audit logging tab appears in the sidebar.
The Audit logging panel includes standard table controls. Use them to search records, adjust the table layout, and manage how data is refreshed.
| Action | Icon | Description |
|---|---|---|
| Search | Search records by endpoint using the field above the table. | |
| Options | ![]() |
Configure date range, sorting order, fetch size, auto refresh behavior, delay interval, and filter records by user name or IP address. |
| Column manager | ![]() |
Show or hide columns. |
| Refresh | ![]() |
Manually reload the table data. |
| Auto refresh | ![]() |
Automatically update the table. Click the button to disable automatic refresh. |
| Information | ![]() |
Open the selected record in a readable format. Clicking the icon expands a detailed view of the API request. |
Audit logs can be accessed from the following sources:
-
Database - logs are stored in the
QM_API_CALL_LOGtable of the internal query manager database. For details, see How to access the query manager database. -
Browser - open:
http://<your-host>:<your-port>/api/apiCallLog?from=2025-06-26T20:00:00&to=2025-06-26T23:59:59Tip: Always apply filters (
from,to, etc.) to avoid overloading the server. You must be logged in as an administrator to view logs in the browser.
- Getting started
- Create connection
- Connection network options
- Supported databases
-
Drivers management
- Database authentication methods
- Database navigator
- Properties editor
- Data editor
- SQL editor
-
Entity relation diagrams
- Cloud services
- Data transfer
- General user guide
- Administration
- Server configuration
-
Server security and access configuration
- Authentication methods
- Access management
- Proxy configuration
-
Secret management
- Logs
-
Query manager
- Workspace location
- Command line parameters
-
Session manager
- Deployment options
- CloudBeaver Editions
- FAQ
- Development




