clickup_get_time_entry_history
Retrieve the change history of a time entry to audit who modified its duration, description, or task association and when.
Instructions
View the list of changes made to a time entry.
Calls GET /team/{team_id}/time_entries/{time_entry_id}/history.
When to Use:
Auditing who changed a time entry's duration/description/task association and when.
When NOT to Use:
To read the entry's current state — use
clickup_get_time_entry.
Returns: A markdown (default) or JSON list of raw change records as ClickUp returns them (field names vary by change type; this endpoint's payload shape isn't fully documented upstream, so entries render as key=value pairs rather than a fixed schema).
Examples: params = {"team_id": "123", "time_entry_id": "1963465985517105840"}
Error Handling: 404 means the time_entry_id doesn't exist or isn't accessible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |