Audit log
The workspace audit log gives admins and owners visibility into configuration and structural changes across the workspace — deleted objects, type/attribute updates, workflow changes, and automation rule updates — recording what changed, who did it, and when. It's workspace-wide, read-only, and retained indefinitely (entries are never deleted).
| Date | Event Type | Entity Id | Entity Name | Actor | |
|---|---|---|---|---|---|
| › | Sep 24, 2026 3:12 PM | WORKSPACE_PERMISSION_UPDATED | usr_2f91 | Jordan Lee | OEOlga E. |
| Sep 24, 2026 11:05 AM | USER_GROUP_ROLE_UPDATED | grp_0a3 | Support Team | OEOlga E. | |
| Sep 23, 2026 4:47 PM | AUTOMATION_RULE_CREATED | aut_88d1 | Auto-assign owner | JLJordan L. | |
| Sep 22, 2026 9:30 AM | SPACE_CREATED | spc_1c77 | Customer Support | OEOlga E. | |
| Sep 21, 2026 2:03 PM | ATTRIBUTE_DELETED | attr_44f0 | Priority | JLJordan L. |
Mockup, not a screenshot — confirmed against pages/Settings/SettingsAuditLog.tsx. The only filter control is the single "Search by Entity ID or Name" box (there's no separate event-type, actor, or date-range filter); Event Type shows the raw enum value verbatim (e.g. AUTOMATION_RULE_CREATED), not a humanized label. Only WORKSPACE_PERMISSION_UPDATED rows are expandable (the › chevron), revealing the affected user and the role change.
Only workspace admins and owners can view it. Each entry records the date, event type, the affected entity's id and name, and the actor — in chronological order, filterable by entity id or name.
Supported events
| Category | Events |
|---|---|
| Automation | AUTOMATION_RULE_CREATED, _UPDATED, _DELETED |
| Attributes | ATTRIBUTE_CREATED, _UPDATED, _DELETED |
| Objects | OBJECT_DELETED |
| Types | TYPE_CREATED, _UPDATED, _DELETED |
| Spaces | SPACE_CREATED, _UPDATED, _DELETED |
| Workflows | WORKFLOW_CREATED, _UPDATED, _DELETED |
| Workflow states | WORKFLOW_STATE_CREATED, _UPDATED, _DELETED |
| Workflow transitions | WORKFLOW_TRANSITION_CREATED, _UPDATED, _DELETED |
| Users | USER_ADDITION_TO_WORKSPACE, USER_DELETION_FROM_WORKSPACE |
| Workspaces | WORKSPACE_PERMISSION_UPDATED |
| User groups | USER_ADDITION_TO_USER_GROUP, USER_DELETION_FROM_USER_GROUP, USER_GROUP_ROLE_UPDATED |
See also Activity log for bulk operations (CSV import/export, bulk delete), which is a separate, narrower log.