clienwork
ComparePricingDocsBlog
Documentation
IntroductionQuick StartCore Concepts
Team ManagementProjectsRelease NotesAudit LogsBilling
Previous
Release Notes
Next
Billing

© 2025 Clienwork. All rights reserved.

Terms of ServiceRefund PolicyPrivacy PolicySupportBlog

Audit Logs

Track changes made to your workspace settings and data.

Overview

Audit logs help you:

  • Track who made changes and when
  • Monitor sensitive operations
  • Meet compliance requirements
  • Debug issues by tracing actions
  • Review security-relevant events

Accessing Audit Logs

  1. Go to Workspace → Settings → Audit
  2. View the chronological list of all logged actions
  3. Filter by action type or target type
  4. Click any log entry to see full details

Logged Information

Each audit log entry contains:

FieldDescription
TimeWhen the action occurred
UserWho performed the action (name and email)
ActionThe type of action performed
Target TypeWhat type of resource was affected
Target IDThe specific resource identifier
IP AddressThe IP address of the user
Old ValuePrevious value (for updates)
New ValueNew value after the change

Action Types

Settings

ActionDescription
settings.updateWorkspace settings were changed

Members

ActionDescription
member.inviteA team member was invited
member.removeA team member was removed

Projects

ActionDescription
project.createA new project was created
project.updateProject settings were changed

API Keys

ActionDescription
api_key.createA new API key was generated
api_key.revokeAn API key was revoked

Integrations

ActionDescription
integration.connectAn integration was connected
integration.disconnectAn integration was disconnected

Target Types

TypeDescription
workspaceWorkspace-level settings
projectProject settings and configuration
memberTeam member records
settingsGeneral settings
integrationConnected integrations
api_keyAPI key records

Filtering Logs

By Action

Select a specific action type from the dropdown:

  • All Actions
  • Settings Update
  • Member Invite
  • Member Remove
  • Project Create
  • Project Update
  • API Key Create
  • API Key Revoke

By Target Type

Select what type of resource to filter by:

  • All Types
  • Workspace
  • Project
  • Member
  • Settings
  • Integration
  • API Key

Viewing Log Details

Click the eye icon on any log entry to see:

  • Full action name
  • Complete target information
  • User email and name
  • IP address
  • Previous value (JSON formatted)
  • New value (JSON formatted)

Understanding Value Changes

For update actions, you can compare:

Previous Value:

{
  "name": "Old Project Name",
  "description": "Old description"
}

New Value:

{
  "name": "New Project Name",
  "description": "Updated description"
}

Pagination

Logs are displayed 20 per page. Use the navigation buttons to:

  • Go to previous page
  • Go to next page
  • See current page number and total pages

Compliance Use Cases

Security Auditing

  • Track who accessed or modified sensitive settings
  • Monitor API key creation and revocation
  • Review member access changes

Change Management

  • Document who made changes for approval workflows
  • Track project configuration changes
  • Maintain audit trail for regulatory compliance

Troubleshooting

  • Identify when a setting was changed
  • Find who modified a specific resource
  • Correlate issues with recent changes

Retention

Audit logs are retained according to your plan:

PlanRetention
Free30 days
Basic90 days
Pro1 year
EnterpriseUnlimited

Best Practices

  1. Regular Review - Check audit logs periodically for unexpected changes
  2. Export for Compliance - Export logs before retention period expires
  3. Investigate Anomalies - Follow up on unusual actions or unknown IPs
  4. Document Policies - Use audit logs to verify policy compliance