clickup_time_get
Retrieve a complete time tracking entry including user, task, timestamps, duration, description, billable status, and tags.
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. |