get_chart
Retrieve chart details including visualization type, parameters, and query context by providing a chart ID. Use list_charts to obtain valid IDs.
Instructions
Get detail for a single chart including params and query context.
Returns the chart's visualization type, parameters, query_context, datasource info, and other metadata. Use list_charts first to find valid IDs.
Args: chart_id: Numeric chart ID response_mode: 'compact' (id+name+viz_type), 'standard' (key fields), or 'full' (raw API response). Default: full.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chart_id | Yes | ||
| response_mode | No | full |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |