get_task
Retrieve complete details for a single task by ID, including dates, body, reminders, and categories. Use after listing or searching tasks.
Instructions
Get full details of a single task. Use this after list_tasks or search_tasks to see the complete task. Returns all summary fields plus startDate, completedDate, body, hasReminder, reminderDate, and categories. Returns an error if the task ID does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The task ID to retrieve (e.g., from list_tasks or search_tasks) |