Settings

Logs

Track all actions and requests performed in the workspace.
updated

Logs

The Logs section automatically records everything that happens in the workspace — from actions performed by users and systems to the technical details of each API call. No prior configuration is needed: everything is captured automatically.

To access it, click Logs in the sidebar menu.


Audit Logs

Record what was done in the workspace: which action was executed, by whom, on which resource, and what changed. Each entry includes a before/after comparison, allowing you to identify exactly what was altered.

They are designed for traceability, governance, and auditing — useful for monitoring critical events, reviewing structural changes, and investigating incidents.

Learn more at Audit Logs.


Request Logs

Record how actions were performed from a technical standpoint: endpoint called, response status, execution time, and other details of each API request.

They are designed for debugging, performance analysis, and failure tracking in external integrations and automations.

Learn more at Request Logs.


What's the difference?

Audit LogsRequest Logs
FocusWhat was doneHow it was done
ContentAction, user, resource, before/after changeEndpoint, status, execution time
Main useGovernance and auditingDebug and integration