list_tasks
Get tasks from a Google task list, filtering by due date range and including completed, hidden, or deleted tasks.
Instructions
List tasks in a task list. By default returns only active (needsAction) tasks; set the show* flags for completed/hidden/deleted ones. Note: tasks completed in the Google Tasks apps become hidden, so harvesting completions needs showCompleted AND showHidden.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dueMax | No | RFC3339 upper bound on due date | |
| dueMin | No | RFC3339 lower bound on due date | |
| tasklist | Yes | Task list id | |
| showHidden | No | Include hidden tasks (default false) | |
| updatedMin | No | RFC3339 timestamp; only tasks updated after this moment | |
| showDeleted | No | Include deleted tasks (default false) | |
| showCompleted | No | Include completed tasks (default false) |