For the complete documentation index, see llms.txt. This page is also available as Markdown.

Query: Get Tasks by List

Google Tasks Operation

The Get Tasks by List query retrieves all tasks from a specified task list.

Example User Story

I want to retrieve tasks from a specific task list in Google Tasks so that I can view and manage my tasks efficiently.

Fields

Field Name
Field Type
Required
Description

taskListId

String

Yes

The ID of the task list to retrieve tasks from.

maxResults

Integer

No

Maximum number of tasks to return in one page. Default is 100.

showCompleted

Boolean

No

Whether to include completed tasks in the response. Default is false.

showHidden

Boolean

No

Whether to include hidden tasks in the response. Default is false.

Google Tasks

Example link

Code (Apache v2.0): Operation

Last updated