superset_chart_get
Retrieve detailed chart settings by ID, including viz type, parameters, query context, and dashboard bindings. For unknown IDs, list charts first to find the correct ID.
Instructions
Get detailed information about a chart by ID.
Returns all settings: viz_type, params, query_context, dashboard bindings. IMPORTANT: if the ID is unknown, call superset_chart_list first.
Args: chart_id: Chart ID (integer from chart_list result).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chart_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |