Get a To Do task
todo_get_taskRetrieve complete details of a Microsoft To Do task, including status, importance, timings, categories, and notes, using its list and task IDs.
Instructions
Reads one To Do task in full: title, status, importance, reminder state, start/due/completed times, categories and the notes body (truncated). Needs both the list id and the task id, which come from todo_list_lists and todo_list_tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listId | Yes | Id of the To Do list that holds the task. | |
| taskId | Yes | Id of the task, as returned by todo_list_tasks. |