list_tasks
Fetch tasks from a Google task list with optional filters for due/completed/updated dates, hidden/deleted status, and pagination to retrieve specific task data.
Instructions
List tasks in a Google task list with filters and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due_max | No | ||
| due_min | No | ||
| page_token | No | ||
| max_results | No | ||
| show_hidden | No | ||
| updated_min | No | ||
| show_deleted | No | ||
| task_list_id | Yes | Google task list ID; obtain it from list_task_lists | |
| completed_max | No | ||
| completed_min | No | ||
| show_completed | No |