get_time_entries
Retrieve tracked time entries from ClickUp team workspaces. Filter by task, list, space, folder, assignee, or date range to get specific time logs.
Instructions
Get tracked time entries for a ClickUp team/workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | No | Filter by list ID | |
| task_id | No | Filter by task ID | |
| team_id | Yes | The ID of the team (workspace) | |
| assignee | No | Filter by assignee user ID | |
| end_date | No | End date as ms timestamp | |
| space_id | No | Filter by space ID | |
| folder_id | No | Filter by folder ID | |
| start_date | No | Start date as ms timestamp |