tasks_list
Fetch tasks from a ClickUp list to access name, description, assignees, and status details.
Instructions
Get tasks from a ClickUp list. Returns task details including name, description, assignees, and status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | The page number to get | |
| list_id | Yes | The ID of the list to get tasks from | |
| reverse | No | Whether to reverse the order | |
| order_by | No | The field to order by | |
| subtasks | No | Whether to include subtasks in the results | |
| include_closed | No | Whether to include closed tasks |