get_time_entries
List time entries in a workspace filtered by date range, assignee, task, list, folder, or space. Returns entry details to build timesheets or audit logged time.
Instructions
List time entries in a Workspace within a date range, optionally filtered by assignee, task, List, Folder or Space. Returns each entry's id, duration, user, task and billable flag. Use to build timesheets or audit logged time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. | |
| start_date | No | Start of the date range (natural language, ISO, or epoch ms). Omit for the default window. | |
| end_date | No | End of the date range (natural language, ISO, or epoch ms). | |
| assignee | No | A single user id or an array of user ids to filter entries by. | |
| include_task_tags | No | If true, include each task's tags in the result. | |
| include_location_names | No | If true, include the List/Folder/Space names for each entry. | |
| task_id | No | Only return entries logged against this task id. | |
| list_id | No | Only return entries for tasks in this List id. | |
| folder_id | No | Only return entries for tasks in this Folder id. | |
| space_id | No | Only return entries for tasks in this Space id. |