Create Alert
Create an alert that periodically polls an endpoint and delivers new results to your configured receivers (webhook, email, and/or telegram).
Create Alert › Request Body
pathEndpoint the alert polls.
Endpoint arguments, dont provide system timestamps.
interval_minutesPoll interval; multiple of 5.
1-2 unique targets.
Unique label; auto-generated if omitted
Defaults to interval_minutes
thresholdItems required to fire.
Create Alert › Responses
Successful Response
alert_idUnique identifier for the alert.
nameHuman label for the alert.
statusCurrent status of the alert.
pathThe endpoint the alert polls.
The endpoint arguments.
interval_minutesHow often the alert checks the endpoint, in minutes.
lookback_minutesRolling lookback window, in minutes.
thresholdMinimum item count before the alert fires.
The configured delivery targets.
end_timestamp of the last successful delivery, or null.
Recent execution attempts (no payload).
Recent deliveries (includes payload).
created_atWhen the alert was created.
Get Alerts
Retrieve all alerts for the authenticated user, including recent attempt and delivery history.
Get Alerts › Responses
Successful Response
alert_idUnique identifier for the alert.
nameHuman label for the alert.
statusCurrent status of the alert.
pathThe endpoint the alert polls.
The endpoint arguments.
interval_minutesHow often the alert checks the endpoint, in minutes.
lookback_minutesRolling lookback window, in minutes.
thresholdMinimum item count before the alert fires.
The configured delivery targets.
end_timestamp of the last successful delivery, or null.
Recent execution attempts (no payload).
Recent deliveries (includes payload).
created_atWhen the alert was created.