API ReferenceEndpointsCharts API
Charts API
API endpoints for chart creation and data retrieval. Charts are the individual visualizations that can be embedded in dashboards or fetched independently for use elsewhere.
List Charts
GET /v1/charts — Returns all charts in the workspace.
Create Chart
POST /v1/charts — Create a new chart visualization.
Get Chart Data
GET /v1/charts/:id/data — Retrieve the underlying data for a chart.
