clickup_get_folder_views
List all task and page views in a Folder, returning view IDs for subsequent view operations.
Instructions
List the task and page views available for a Folder.
When to Use:
Discovering existing Folder-level views (and their ids) before calling
clickup_get_view,clickup_get_view_tasks, orclickup_update_view.
When NOT to Use:
Everything-, Space-, or List-level views — use
clickup_get_team_views/clickup_get_space_views/clickup_get_list_views.
Returns:
Markdown (default) or JSON listing of views: id, name, type, parent, plus
any built-in required_views (e.g. the default List/Board view).
Examples: params = {"folder_id": "789"}
Error Handling: 404 means the Folder id is wrong.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |