Retrieve all charts attached to a specific dashboard board. Returns chart IDs, types, SQL queries, and visualization configurations.
Documentation Index
Fetch the complete documentation index at: https://docs.formo.so/llms.txt
Use this file to discover all available pages before exploring further.
Workspace API key (e.g. formo_xxx). Create one in the Formo dashboard under Team Settings > API Keys.
1-indexed page number. Defaults to 1.
x >= 1Page size. Defaults to 100, capped at 200.
1 <= x <= 200Paginated 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.