get_team_tasks
Retrieve tasks across a ClickUp team workspace, applying filters for status, assignee, tags, due dates, and more. See all work from every list and space.
Instructions
Get tasks across a whole ClickUp team/workspace with filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Pagination page number | |
| tags | No | Filter by tags | |
| reverse | No | Reverse order | |
| team_id | Yes | The ID of the team (workspace) | |
| list_ids | No | Filter by list IDs | |
| order_by | No | Order by: created, updated, id, custom_id, due_date | |
| statuses | No | Filter by statuses | |
| subtasks | No | Include subtasks | |
| assignees | No | Filter by assignee IDs | |
| space_ids | No | Filter by space IDs | |
| due_date_gt | No | Due date after (ms timestamp) | |
| due_date_lt | No | Due date before (ms timestamp) | |
| project_ids | No | Filter by folder IDs |