clickup_audit_log_query
Query workspace audit logs by date, event type, or user to monitor activity and investigate changes in ClickUp.
Instructions
Query the audit log for a workspace
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | No | End date as Unix timestamp (milliseconds) | |
| start_date | No | Start date as Unix timestamp (milliseconds) | |
| team_id | No | Workspace (team) ID. Omit to use the default workspace from config. | |
| type | Yes | Audit log event type | |
| user_id | No | Filter by user ID |