clickup_view_list
List saved views (board, list, calendar, gantt, timeline) for a ClickUp workspace, space, folder, or list to organize and access project visualizations.
Instructions
List saved views (board, list, calendar, gantt, timeline, etc.) attached to a space, folder, list, or the whole workspace. Exactly one of space_id/folder_id/list_id must be provided — or omit all three to list workspace-level views. Returns a compact array of view objects (id, name, type).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | No | Folder ID whose views to list. Obtain from clickup_folder_list. Mutually exclusive with space_id/list_id. | |
| list_id | No | List ID whose views to list. Obtain from clickup_list_list. Mutually exclusive with space_id/folder_id. | |
| space_id | No | Space ID whose views to list. Obtain from clickup_space_list. Mutually exclusive with folder_id/list_id. | |
| team_id | No | Workspace (team) ID — used when all three scope IDs are omitted, to return workspace-level (Everything) views. Obtain from clickup_workspace_list. Omit to use the default workspace from config. |