Get a chart
GET/v1/analytics/charts/:chart_id
Fetch one chart: its type, the dataset it reads and its full chart_config.
This returns the chart's definition, not its data — call
POST /v1/analytics/run-chart with the same chart_id to get the plotted
series.
Requires the analytics:read scope.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 429
Successful Response
Error
Error
Error
Error
Validation Error
Error