Skip to main content

GET /api/v1/alerts

Retrieve a paginated list of triggered alerts for your workspace.

Query Parameters

from
string
ISO 8601 timestamp. Return alerts triggered at or after this time.
to
string
ISO 8601 timestamp. Return alerts triggered at or before this time.
rule_type
string
Filter by alert rule type. One of: new_country, high_volume_destructive, ingestion_spike, repeated_action, off_hours.
limit
integer
default:"25"
Number of alerts per page (max 100).
cursor
string
Pagination cursor from a previous response.

Response

Alert Rule Types

Examples

Alert Delivery

Alerts are also delivered in real time via:
  • Email — Sent to workspace members with admin or owner roles.
  • Webhook — POSTed to your endpoint with an HMAC-SHA256 signature in the X-Immutable-Signature header. See Webhook Signatures.

Plan Quotas