clickup_time_history
Retrieve the audit history of edits made to a time tracking entry, including each change, the user, and timestamp. Ideal for auditing time entries.
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). |