List alerts for an organization
Data Platform - Alerts
List alerts for an organization
Returns paginated alert configurations with optional filtering by category and active status. Requires Bearer token authentication.
GET
List alerts for an organization
Authorizations
Static internal-ops token used by the data platform and internal cron jobs (e.g. zombie-run sweep). Validated via requireBearerToken inside the handler against a service-specific environment variable.
Query Parameters
Organization ID to scope the alert list
Minimum string length:
1Filter alerts by active status; omit to return all
Case-insensitive substring filter on alert name
Maximum number of alerts to return (1–200, default 50)
Required range:
x <= 200Number of alerts to skip for pagination (default 0)
Required range:
0 <= x <= 9007199254740991
