get_task
Retrieve detailed information for a specific ClickUp task using its ID, with options to include subtasks and markdown description.
Instructions
Get details of a single ClickUp task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The ID of the task | |
| include_subtasks | No | Include subtasks in response | |
| include_markdown_description | No | Include markdown description |