get_time_entries
List time entries from a workspace within a date range, optionally filtered by assignee, task, list, folder, or space.
Instructions
List time entries in a Workspace within a date range, optionally filtered by assignee, task, list, folder or space.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. | |
| start_date | No | Date as ISO string, epoch ms, or relative ("tomorrow", "in 3 days", "+2h"). | |
| end_date | No | Date as ISO string, epoch ms, or relative ("tomorrow", "in 3 days", "+2h"). | |
| assignee | No | User id, or an array of user ids, to filter by. | |
| include_task_tags | No | ||
| include_location_names | No | ||
| task_id | No | ||
| list_id | No | ||
| folder_id | No | ||
| space_id | No |