Returns all tasks in the specified task list. Doesn't return assigned tasks by default (from Docs, Chat Spaces). A user can have up to 20,000 non-hidden tasks per list and up to 100,000 tasks in total at a time.
Path parameters
Task list identifier.
Query parameters
Upper bound for a task's completion date (as a RFC 3339 timestamp) to filter by. Optional. The default is not to filter by completion date.
Lower bound for a task's completion date (as a RFC 3339 timestamp) to filter by. Optional. The default is not to filter by completion date.
Upper bound for a task's due date (as a RFC 3339 timestamp) to filter by. Optional. The default is not to filter by due date.
Lower bound for a task's due date (as a RFC 3339 timestamp) to filter by. Optional. The default is not to filter by due date.
Maximum number of tasks returned on one page. Optional. The default is 20 (max allowed: 100).
Token specifying the result page to return. Optional.
Optional. Flag indicating whether tasks assigned to the current user are returned in the result. Optional. The default is False.
Flag indicating whether completed tasks are returned in the result. Note that showHidden must also be True to show tasks completed in first party clients, such as the web UI and Google's mobile apps. Optional. The default is True.
Flag indicating whether deleted tasks are returned in the result. Optional. The default is False.
Flag indicating whether hidden tasks are returned in the result. Optional. The default is False.
Lower bound for a task's last modification time (as a RFC 3339 timestamp) to filter by. Optional. The default is not to filter by last modification time.
Response
Successful response