clickup_task_get
Retrieve detailed information about a specific ClickUp task including status, assignees, due dates, custom fields, and dependencies using its task ID.
Instructions
Fetch the full object for a single ClickUp task — name, description, status, assignees, tags, custom fields, checklists, due date, time estimates, dependencies, and more. Returns the task object. Use clickup_task_list or clickup_task_search to find a task_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_subtasks | No | true = include the task's subtasks in the response under the 'subtasks' field; false or omitted = return only the parent task. | |
| task_id | Yes | ID of the task to fetch. Obtain from clickup_task_list (field: id) or clickup_task_search. |