Alerts
List alerts
List alerts for the project scoped to the API key. Paginated: see page and size query params; the response carries total and has_more so callers can walk pages.
GET
List alerts
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.
Required range:
x >= 1Page size. Defaults to 100, capped at 200.
Required range:
1 <= x <= 200Response
200 - application/json
Paginated list of alerts
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.
List alerts