List contracts
List monitored contracts. Paginated; the canonical data array carries the contracts for the current page. The deploy sidecar reports the project-wide deploy state (always reflects ALL contracts, not just this page) so callers can render “X contracts pending deploy” without a second request.
Authorizations
Workspace API key (e.g. formo_xxx). Create one in the Formo dashboard under Team Settings > API Keys.
Query Parameters
1-indexed page number. Defaults to 1.
x >= 1Page size. Defaults to 100, capped at 200.
1 <= x <= 200Response
Paginated list of contracts plus deploy-state sidecar
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.