Logs
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 Logs | Request Logs | |
|---|---|---|
| Focus | What was done | How it was done |
| Content | Action, user, resource, before/after change | Endpoint, status, execution time |
| Main use | Governance and auditing | Debug and integration |