clickup_get_task_by_custom_id
Retrieve a specific ClickUp task using its custom identifier to access task details and manage workflow items efficiently.
Instructions
Get a task by its custom ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| custom_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"custom_id": {
"type": "string"
}
},
"required": [
"custom_id"
],
"type": "object"
}