clickup_get_list_views
Retrieve all views for a specific ClickUp List, including custom and built-in views, to get their IDs before accessing view details or tasks.
Instructions
List the task and page views available for a List.
ClickUp returns custom views and the List's built-in ("required") views — e.g. the default List view — as separate arrays; both are shown here.
When to Use:
Discovering existing List-level views (and their ids) before calling
clickup_get_view,clickup_get_view_tasks, orclickup_update_view.
When NOT to Use:
Everything-, Space-, or Folder-level views — use
clickup_get_team_views/clickup_get_space_views/clickup_get_folder_views.
Returns:
Markdown (default) or JSON listing of views: id, name, type, parent, plus
any built-in required_views.
Examples: params = {"list_id": "901"}
Error Handling: 404 means the List id is wrong.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |