todoist_list_tasks
Retrieve active Todoist tasks with filters for project, section, label, or custom queries to manage your workflow efficiently.
Instructions
List active tasks with optional filters (project, section, label, or Todoist filter query)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Filter by project ID | |
| section_id | No | Filter by section ID | |
| label | No | Filter by label name | |
| filter | No | Todoist filter query (e.g., "today", "overdue", "p1") | |
| lang | No | Language for filter if not English | |
| ids | No | Specific task IDs to retrieve |