get_workspace_tasks
Search tasks across an entire ClickUp workspace using filters like space, folder, list, status, assignee, tags, and due dates. Find tasks even when you don't know their specific list.
Instructions
Filtered/team-wide task search across the whole Workspace (filter by space/folder/list ids, statuses, assignees, tags, due dates). The deep search used when you don't know which list a task is in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. | |
| page | No | ||
| order_by | No | ||
| reverse | No | ||
| subtasks | No | ||
| include_closed | No | ||
| space_ids | No | ||
| project_ids | No | Folder ids. | |
| list_ids | No | ||
| statuses | No | ||
| assignees | No | ||
| tags | No | ||
| due_date_gt | No | Date as ISO string, epoch ms, or relative ("tomorrow", "in 3 days", "+2h"). | |
| due_date_lt | No | Date as ISO string, epoch ms, or relative ("tomorrow", "in 3 days", "+2h"). |