Skip to main content
GET
List alert rule templates available to the workspace

Authorizations

X-API-KEY
string
header
required

Authorization method required to allow user to access the api endpoints.

Query Parameters

network
string

Comma-separated list of network slugs to filter by (e.g. eth,sol). Selects rule types that have a template on any of these networks; the returned group still lists all networks the rule supports.

Example:

"eth,sol"

search_string
string

Case-insensitive search string matched against label and description.

Example:

"large transfer"

tag
string

Comma-separated list of tags to filter by (e.g. defi,transfer).

Example:

"defi,transfer"

severity
string

Comma-separated list of severity levels to filter by (e.g. low,medium,high).

Example:

"high"

Response

200 - application/json
groups
object[]
required
meta
object
required
Last modified on July 22, 2026