GET   alerts?check_id={check_id}&severity={severity}&enabled={enabled}&target_type={target_type}&target_id={target_id}

Gets alerts matching the provided parameters. Note: all parameters are optional. Only alerts with the following targets are available: SMS, email and webhook.

URL Parameters

NameDescription
check_id

Check Id, optional.

severity

Severity (I, W, E or F), optional.

enabled

Enabled (true or false), optional.

target_type

Target type (sms, email or webhook), optional.

target_id

Target id, optional.

Request example

Response body model example and description

Only alerts with the following targets are available: SMS, email and webhook.