Clickup List Tasks
clickup_list_tasksList all tasks in a ClickUp list. Returns task ID, name, status, priority, assignees, due date, and URL. Provide list ID (e.g., "123456").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (0-indexed, default 0) | |
| _apiKey | Yes | ClickUp API token | |
| list_id | Yes | List ID to fetch tasks from |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasks | Yes | Array of task objects |