clickup_time_history
Retrieve audit history for time tracking entries, showing all edits to start times, durations, descriptions, and billable status with user and timestamp details for compliance verification.
Instructions
Fetch the audit history of edits made to a time tracking entry — every start/duration/description/billable change, the user who made it, and when. Useful for auditing. Returns an array of history event objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Workspace (team) ID. Obtain from clickup_workspace_list (field: id). Omit to use the default workspace from config. | |
| timer_id | Yes | ID of the time entry. Obtain from clickup_time_list (field: id). |