get_time_entry
Fetch a time entry by ID to view its duration, start, user, task, and tags for inspecting a logged interval.
Instructions
Get a single time entry by id, including its duration, start, user, task and tags. Use to inspect one logged interval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. | |
| timer_id | Yes | ID of the time entry to fetch. |