get-tasks
Retrieve active tasks filtered by completion status, status, date range, priority, or project. Results are sorted by date and exclude deleted or trashed tasks.
Instructions
Get tasks with optional filters. Returns active (non-deleted, non-trashed) tasks sorted by date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| done | No | Filter by completion status (default: false) | |
| status | No | 1=Inbox, 2=Planned, 4=Snoozed, 7=Someday, 10=Scheduled | |
| date_from | No | Only tasks on or after this date (YYYY-MM-DD). Compares against task date/datetime. | |
| date_to | No | Only tasks on or before this date (YYYY-MM-DD). Compares against task date/datetime. | |
| listId | No | Filter by project UUID | |
| priority | No | Filter by priority: -1=goal, 1=high, 2=medium, 3=low | |
| limit | No | Max tasks to return |