---
title: "List alert rules for the caller workspace"
method: GET
path: "/v1/risk/alert-rules"
tags: ["Alert Rules"]
---

# List alert rules for the caller workspace

`GET /v1/risk/alert-rules`

Returns every active alert rule that belongs to your workspace. Filter by network, severity, or a name search.

## Query parameters

- `network` string
- `severity` string
- `search_string` string

## Response `200`

- ListAlertRulesResponseDto
  - `items` AlertRuleDto[], required
    - `id` string, required
    - `workspace_id` string, required
    - `name` string, nullable
    - `rule_type` string, required
    - `network` string, nullable
    - `severity` string, required
    - `parameters` object, required
    - `trigger` 'BLOCK' | 'TICK', required
    - `enabled` boolean, required
    - `version` number, required — Incremented each time the rule parameters change. Starts at 1.
    - `subscribed_channels` SubscribedChannelDto[], required
      - `alert_channel_id` string, required
      - `min_severity` 'info' | 'low' | 'medium' | 'high' | 'critical', nullable
    - `runner_id` string, nullable
    - `created_at` string, required
    - `updated_at` string, required
    - `alert_template` AlertTemplateDto
      - `id` string, required — Unique identifier of the alert rule template.
      - `type` string, required — Internal rule type identifier used by the alert engine.
      - `label` string, required — Short display name for the template.
      - `description` string, required — Message template sent when the rule fires. Supports `{{variable}}` placeholders.
      - `network` string, required — Network slug this template targets.
      - `severity` 'low' | 'medium' | 'high', required — Risk severity of alerts produced by this template.
      - `tags` string[], required — Categorisation tags for filtering and discovery.
      - `trigger` 'BLOCK' | 'TICK', required — Whether the template is evaluated per block or per tick.
      - `parameters` RuleParameterDto[], required — Parameters the user must supply when creating an alert rule from this template.
        - `label` string, required — Human-readable label for this parameter.
        - `description` string, required — Description of what value to provide.
        - `field` string, required — Field key used when creating an alert rule from this template.
        - `field_type` string, required — Expected value type (e.g. "Address", "Amount").
        - `optional` boolean, required — Whether this parameter is optional.

---

[API](https://skmtc.net/range/apis/range-platform-api.md) · [All operations](https://skmtc.net/range/apis/range-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/range/range-platform-api/revisions/9926df2e476d/schema)
