[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2024-09-05 (שעון UTC)."],[[["Retrieves the authenticated user's specified task list using a GET request."],["Requires a task list identifier as a path parameter."],["Returns a TaskList object if successful, providing details of the requested task list."],["Needs authorization with specific OAuth scopes for accessing and/or modifying task lists."]]],["This document details retrieving a specific task list for an authenticated user. The core action is a `GET` request to `https://tasks.googleapis.com/tasks/v1/users/@me/lists/{tasklist}`. The `tasklist` parameter, a string, is required in the URL path. The request body must be empty. A successful response returns a `TaskList` object. Authorization requires either the `https://www.googleapis.com/auth/tasks` or `https://www.googleapis.com/auth/tasks.readonly` OAuth scope.\n"]]