list_tasks
Retrieve Todoist tasks with filtering options for project, priority, due date, or custom criteria to organize and manage your workflow.
Instructions
List tasks with optional filtering by project, label, priority, due date, or custom filter
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | Filter by project ID | |
| sectionId | No | Filter by section ID | |
| priority | No | Filter by priority (4=P1 highest, 1=P4 lowest) | |
| dueToday | No | Show only tasks due today | |
| dueThisWeek | No | Show only tasks due within 7 days | |
| overdue | No | Show only overdue tasks | |
| noDueDate | No | Show only tasks without a due date | |
| filter | No | Todoist filter syntax (e.g., "today | overdue", "@computer & p1") | |
| limit | No | Maximum number of tasks to return |