get_task_detail
Retrieve complete details of a TickTick task, including checklist, reminders, recurrence, tags, dates, subtask info, focus summaries, and all metadata.
Instructions
Return full detail of a specific task: checklist, reminders, recurrence,
tags, dates, subtask info, focus summaries, and all metadata.
[Category: Tasks — Read] [Auth: V1]
[Related: get_project_tasks, update_task, complete_task]
Args:
project_id: The project containing the task.
task_id: The task ID.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| task_id | Yes |