get_task
Retrieve detailed information and attachments for a ClickUp task by providing its ID or task name.
Instructions
Get detailed information about a specific ClickUp task, including attachments. Supports direct name-based lookup for tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | No | ID of the task to retrieve (optional if using taskName instead) | |
| taskName | No | Name of the task to retrieve - will automatically find the task by name (optional if using taskId instead) | |
| listName | No | Optional: Name of the list to narrow down task search |