Get a single alert rule template
Returns everything about one alert rule template — its message, severity, tags, and the fields you need to fill in when turning it into an active alert rule.
Authorizations
Authorization method required to allow user to access the api endpoints.
Path Parameters
The ID of the alert rule template you want to retrieve.
"1"
Response
Unique identifier of the alert rule template.
"1"
Internal rule type identifier used by the alert engine.
"large_transfer"
Short display name for the template.
"Large Transfer"
Message template sent when the rule fires. Supports {{variable}} placeholders.
"A large transfer was detected on {{network}}"
Network slug this template targets.
"eth"
Risk severity of alerts produced by this template.
low, medium, high "high"
Categorisation tags for filtering and discovery.
Whether the template is evaluated per block or per tick.
BLOCK, TICK "BLOCK"
Parameters the user must supply when creating an alert rule from this template.