clickup_folder_get
Retrieve detailed information about a specific ClickUp folder, including its name, task count, archived status, and child lists, by providing the folder ID.
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). |