time_entries_list
Fetch ClickUp time entries for a workspace, using filters for task, date range, assignees, and billable status.
Instructions
Get time entries for a ClickUp team/workspace. Supports filtering by task, date range, and assignees.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | No | Filter by task ID (supports custom IDs like DEV-1234) | |
| team_id | Yes | The ID of the team (workspace) to get time entries for | |
| assignee | No | Filter by assignee user IDs. Pass "any" to get all users entries | |
| end_date | No | End date filter in YYYY-MM-DD or YYYY-MM-DD HH:MM format | |
| start_date | No | Start date filter in YYYY-MM-DD or YYYY-MM-DD HH:MM format | |
| is_billable | No | Filter by billable status |