Get task
get_taskFetch a single Google Task by ID to view details. Provide the task ID to retrieve the task's information.
Instructions
Fetch a single task by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list | No | Task list id or title (case-insensitive). Omit or pass "@default" for the account's default list. Call list_tasklists to see what exists. | |
| taskId | Yes | Task id (from list_tasks / create_task) |