a71fce1f5c26
OpenAPI 3.1.02026-08-121,0321,3412.1 MBAPPS_V2
Query Chart Endpoint
Run a chart's underlying dataset query.
Returns the chart descriptor plus a chart-shaped envelope (columns/rows/meta). timezone is threaded through exactly like apps.api.datasets.query_dataset_endpoint — see that endpoint's docstring.
ONE execution path, per-endpoint PROJECTION: this endpoint never runs its own query — it calls the exact same run_dataset_query a plain dataset query uses, then reshapes that result's DatasetEnvelope into a ChartEnvelope (chart_columns instead of columns_descriptors, ChartMeta instead of DatasetMeta). A chart and its dataset can never disagree about RBAC, filters, or row data — only presentation differs.
post/api/v2/charts/{name}/query
Path parameters
namestring required
Headers
x-tenantstring required
x-user-group-idstring nullable
x-timezonestring nullable
Request body
Response
Successful Response