Get chart
Charts API
Get Chart
Retrieve a single chart by board and chart ID. Returns the chart type, SQL query, visualization settings, and display configuration.
GET
Get chart
Authorizations
Workspace API key (e.g. formo_xxx). Create one in the Formo dashboard under Team Settings > API Keys.
Response
200 - application/json
Chart details
A saved chart attached to a board.
Visualization type.
Available options:
table, number, funnel, bar, line, pie, stacked, user_paths, retention SQL query powering the chart. For funnel and retention charts this is a system-managed placeholder.
Column used as the X axis.
Column(s) used as Y axis metric(s).
Column used to group/stack series.
Ordered list of funnel steps. Only present when chart_type is funnel.
Type-specific configuration. See ChartSettings for all fields.