get_tasks
Retrieve active Todoist tasks with optional filtering by project, label, or custom filter string like 'today' or 'overdue'.
Instructions
Get all active tasks. Can filter by project, label, or Todoist filter string.
Args: project_id: Optional project ID to filter tasks by. label: Optional label name to filter tasks by. filter_str: Optional Todoist filter string (e.g. 'today', 'overdue', 'p1').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | ||
| label | No | ||
| filter_str | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |