get_task
Retrieve detailed information about a specific ClickUp task using its ID or name. Use task ID for precise retrieval or task name with optional list name for identification.
Instructions
Retrieve detailed information about a specific task. Valid parameter combinations:
Use taskId alone (preferred)
Use taskName + optional listName (to disambiguate if multiple tasks have the same name)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | No | ID of task to retrieve (preferred). Use this instead of taskName if you have it. | |
| taskName | No | Name of task to retrieve. Warning: Task names may not be unique. | |
| listName | No | Name of list containing the task. Helps find the right task when using taskName. |