list_visuals
List dashboard-type visuals in Cloudera Data Visualization. Optionally filter by dataset or workspace ID to find specific dashboards.
Instructions
List CDV visuals (dashboards). Optionally filter by dataset_id or workspace_id.
IMPORTANT — CDV API LIMITATION: This endpoint only returns dashboard-type visuals (type="dashboard"). Standalone chart visuals created via create_smart_visual() are NOT included in this listing even when they exist in the workspace.
To work with standalone chart visuals:
Use get_visual(object_id) with the id returned when the visual was created.
Use create_dashboard() to group multiple chart visuals into a visible dashboard.
After creating chart visuals with create_smart_visual(), always call create_dashboard() to combine them into a single navigable dashboard so the user can see them in the CDV UI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset_id | No | ||
| workspace_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |