Skip to main content
GET
List alert rules for the caller 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).

Example:

"eth,sol"

severity
string

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

Example:

"high"

search_string
string

Case-insensitive search string matched against rule name.

Example:

"high gas"

pack_id
string<uuid>

Return only the member rules of this multisig pack.

Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

pack_type
string

Return only rules belonging to multisig packs of this provider (e.g. squads).

Example:

"squads"

Response

200 - application/json
items
object[]
required
Last modified on August 5, 2026