get_task
Retrieve a single Google Tasks task by ID, including subtask hierarchy, notes, due date, and web link. Requires task list ID and task ID from list operations.
Instructions
Fetch a single Google Tasks task by ID.
Returns full details including parent task ID (for subtasks), position, notes, due date, and web view link. For the full list of tasks in a list use list_tasks. For mutations use manage_task. Requires the tasks.readonly OAuth scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | The user's Google email address (authenticated account). | |
| task_list_id | Yes | Parent task list ID from list_task_lists. | |
| task_id | Yes | Task ID from list_tasks. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |