List Alerts
Retrieves alerts for the authenticated team (paginated). Results are capped at limit (default and maximum 1000). When more records exist than are returned, meta.total exceeds data.length; clients with large collections must page with limit/offset to retrieve them all.
GET
Error
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Maximum number of alerts to return.
Required range:
1 <= x <= 1000Number of alerts to skip before returning results.
Required range:
x >= 0Last modified on July 15, 2026
Error