clickup_folder_get
Retrieve full details of a ClickUp folder, including name, task count, archived status, and its child lists. Use the folder ID to fetch lists separately.
Instructions
Fetch the full object for a single ClickUp folder — name, task_count (a string, per API), archived status, and its child lists. Returns the folder object. Use clickup_list_list with folder_id to get just the lists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes | ID of the folder to fetch. Obtain from clickup_folder_list (field: id). |