list_charts
Retrieve charts in the current workspace, filterable by name, visualization type, or dataset ID to locate specific charts and their identifiers.
Instructions
List charts in the current workspace.
Use this to find chart IDs and see which viz types are in use.
Args: response_mode: 'compact', 'standard', or 'full'. Default: standard. name_contains: Case-insensitive substring filter on slice_name. viz_type: Exact-match filter on viz_type (e.g. "echarts_timeseries_bar"). dataset_id: Filter to charts using this datasource_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_mode | No | standard | |
| name_contains | No | ||
| viz_type | No | ||
| dataset_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |