clickup_time_get
Retrieve detailed time tracking data from ClickUp, including user, task, duration, and billable status for specific entries.
Instructions
Fetch the full object for a single time tracking entry — user, task, start timestamp, duration, description, billable flag, and tags. Returns the time entry object.
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) or clickup_time_current. |