Top Google Tasks automations
Explore Plans
Mobile menu Close menu
Google TasksGoogle Tasks

List all tasks in a list

This query returns a list all the tasks in a given task list.

About this query

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
API endpoint slug
google_tasks.list_all_tasks
Runtime method
performQuery("google_tasks.list_all_tasks")

Query fields

Tasklist ID Dropdown list

Label
Which task list?
Slug
tasklist_id
Required
true
Can have default value
false

Show completed Dropdown list

Label
Include completed tasks?
Slug
show_completed
Required
false
Can have default value
true

Ingredients

Task ID

Slug
task_id
Filter code
GoogleTasks.listAllTasks.TaskID
Type
String
Example
OVZnaTNxdmFjV0duemhEcg

Title

Slug
title
Filter code
GoogleTasks.listAllTasks.Title
Type
String
Example
Do Laundry

Status

Slug
status
Filter code
GoogleTasks.listAllTasks.Status
Type
String
Example
needsAction

Notes

Slug
notes
Filter code
GoogleTasks.listAllTasks.Notes
Type
String
Example
I need to do this before my trip.

Completed at

Slug
completed_at
Filter code
GoogleTasks.listAllTasks.CompletedAt
Type
Date (ISO8601)
Example
2020-07-07

Due

Slug
due
Filter code
GoogleTasks.listAllTasks.Due
Type
Date (ISO8601)
Example
2020-07-07

Updated at

Slug
updated_at
Filter code
GoogleTasks.listAllTasks.UpdatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00