get_time_entries
Retrieve time entries from a ClickUp workspace using optional filters for tasks, lists, spaces, folders, assignees, and date ranges to review tracked time and analyze productivity.
Instructions
Get time entries for a workspace with optional filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | No | ||
| task_id | No | ||
| team_id | Yes | The workspace/team ID | |
| assignee | No | Filter by user ID | |
| end_date | No | End of date range (Unix ms) | |
| space_id | No | ||
| folder_id | No | ||
| start_date | No | Start of date range (Unix ms) | |
| custom_task_ids | No | ||
| include_task_tags | No | ||
| include_location_names | No |