todoist_get_tasks
Retrieve Todoist tasks with filtering by project, section, label, or parent, and pagination support for efficient task management.
Instructions
Get tasks with comprehensive filtering and pagination support
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | Filter tasks by project ID (optional) | |
| sectionId | No | Filter tasks by section ID (optional) | |
| parentId | No | Filter tasks by parent ID (get subtasks) (optional) | |
| label | No | Filter tasks by label name (optional) | |
| ids | No | Array of task IDs to retrieve (optional) | |
| cursor | No | Pagination cursor for next page (optional) | |
| limit | No | Maximum number of tasks to return (default: 50, max: 200) (optional) |