clickup_get_space_views
List all task and page views for a given Space to discover existing views and their IDs before using other view tools.
Instructions
List the task and page views available for a Space.
When to Use:
Discovering existing Space-level views (and their ids) before calling
clickup_get_view,clickup_get_view_tasks, orclickup_update_view.
When NOT to Use:
Everything-, Folder-, or List-level views — use
clickup_get_team_views/clickup_get_folder_views/clickup_get_list_views.
Returns: Markdown (default) or JSON listing of views: id, name, type, parent.
Examples: params = {"space_id": "456"}
Error Handling: 404 means the Space id is wrong.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |