get_list_tasks
Retrieve all tasks from a specific ClickUp list, with optional filters for status, closed tasks, and subtasks, to manage backlogs, epics, or tech debt.
Instructions
Get all tasks in a specific list (backlog, epic, tech debt, etc.).
Args: list_id: List ID. Use get_workspace_hierarchy to discover list IDs. status: Filter by status (e.g., "todo", "in progress"). include_closed: Include closed/done tasks (default: false). subtasks: Include subtasks in results (default: true). Inverts search_tasks' own default; pass false to match it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| list_id | Yes | ||
| subtasks | No | ||
| include_closed | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |