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