List Charts
Retrieve the charts attached to a dashboard board. Returns lightweight chart summaries by default; pass include=results to execute each chart query and receive full charts with results.
Authorizations
Workspace API key (e.g. formo_xxx). Create one in the Formo dashboard under Team Settings > API.
Path Parameters
Query Parameters
Response detail. Omitted (or meta): lightweight summaries only — fast, no query execution. results: execute every chart’s stored query and include results, board, and warnings.
results, meta 1-indexed page number. Defaults to 1.
x >= 1Page size. Defaults to 100, capped at 200.
1 <= x <= 200Response
Paginated chart summaries (default), or full charts with results when include=results
- Chart summaries (default)
- Full charts with results (include=results)
Pagination cursor returned alongside data on every paginated list endpoint. Use these to walk pages: has_more is true while page * size < total. Combine with the matching Page and Size query parameters to request the next page.