List charts for a board
List charts in a board with their executed query results. Paginated. Includes the parent board for caller convenience and an optional warnings sidecar carrying per-chart query failures (the failing charts are excluded from data so the page renders cleanly).
Authorizations
Workspace API key (e.g. formo_xxx). Create one in the Formo dashboard under Team Settings > API Keys.
Path Parameters
Query Parameters
1-indexed page number. Defaults to 1.
x >= 1Page size. Defaults to 100, capped at 200.
1 <= x <= 200Response
Paginated charts plus parent board and any partial-failure warnings
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.
1-indexed page number echoed from the request.
Page size echoed from the request.
Total row count across all pages.
True when more pages remain (page * size < total).
Present only if some charts failed to execute. Failures are excluded from data.