get_task
Retrieve a complete ClickUp task by its ID, including status, assignees, custom fields, and dates. Optionally include subtasks and markdown description for detailed inspection.
Instructions
Get a single task by id with full detail — status, assignees, custom fields, dates, and optionally subtasks and the markdown description. Use to inspect one known task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ID of the task to fetch. | |
| include_subtasks | No | If true, include the task's subtasks in the response. | |
| include_markdown_description | No | If true, include the description rendered as markdown. | |
| custom_task_ids | No | Set true to treat `task_id` as a custom task ID instead of a native ClickUp ID. Requires `team_id`. | |
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. |