getTasksByTaskListId
Retrieve all tasks from a specified task list, including pagination and optional completed tasks, using Teamwork MCP for streamlined task management.
Instructions
Get all tasks from a specific task list in Teamwork
Input Schema
Name | Required | Description | Default |
---|---|---|---|
includeCompletedTasks | No | Include completed tasks in the results | |
page | No | Page number for pagination | |
pageSize | No | Number of items per page | |
tasklistId | Yes | The ID of the task list to get tasks from |