get_subtasks
Retrieve all subtasks associated with a specific parent task in ClickUp, enabling efficient task management and streamlined project workflows.
Instructions
Get all subtasks of a parent task
Input Schema
Name | Required | Description | Default |
---|---|---|---|
parent_task_id | Yes | Parent task ID |
Input Schema (JSON Schema)
{
"properties": {
"parent_task_id": {
"description": "Parent task ID",
"type": "string"
}
},
"required": [
"parent_task_id"
],
"type": "object"
}