Fetch a single alert rule
Alerts
Get an Alert Rule
Returns one alert rule that belongs to your workspace.
GET
Fetch a single alert rule
Authorizations
Use Authorization: Bearer
Path Parameters
The alert rule id.
Example:
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Response
200 - application/json
Example:
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Example:
"workspace-123"
Example:
"GasPressure"
Example:
"high"
Example:
{ "threshold": 90 }Available options:
BLOCK, TICK Example:
"BLOCK"
Example:
true
Incremented each time the rule parameters change. Starts at 1.
Example:
1
Example:
[
{
"alert_channel_id": "44444444-4444-4444-4444-444444444445",
"min_severity": null
}
]Example:
"2026-05-14T12:00:00.000Z"
Example:
"2026-05-14T12:00:00.000Z"
Example:
"High gas on eth"
Example:
"eth"
Example:
"alert-runner-eth-v2"
Last modified on July 1, 2026