get_task
Retrieve a ClickUp task with its subtasks, custom fields, and markdown description using its task ID.
Instructions
Get a single task by id, including subtasks, custom fields and markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID. | |
| include_subtasks | No | ||
| include_markdown_description | No | ||
| custom_task_ids | No | Treat task_id as a custom id (requires team_id). | |
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. |