---
title: "List alert rule templates available to the workspace"
method: GET
path: "/v1/risk/alert-templates"
tags: ["Alert Templates"]
---

# List alert rule templates available to the workspace

`GET /v1/risk/alert-templates`

Browse the alert rule templates your workspace has access to. Narrow the results by network, severity, or tags, or type a few words to search by name or description.

## Query parameters

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

## Response `200`

- ListAlertTemplatesResponseDto
  - `groups` TemplateGroupDto[], required
    - `type` string, required — Internal rule type identifier used by the alert engine.
    - `label` string, required — Short display name.
    - `description` string, required — Message shown when the rule fires.
    - `severity` string, required — Risk severity.
    - `tags` string[], required
    - `networks` string[], required
    - `templates` TemplateVariantDto[], required
      - `network` string, required — Network slug for this variant.
      - `template_id` string, uuid, required — Template id to create a rule / fetch the form for this network.
  - `meta` AlertTemplateListMetaDto, required
    - `networks` string[], required

---

[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)
