---
title: "Get a single alert rule template"
method: GET
path: "/v1/risk/alert-templates/{template_id}"
tags: ["Alert Templates"]
---

# Get a single alert rule template

`GET /v1/risk/alert-templates/{template_id}`

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.

## Path parameters

- `template_id` string, required

## Response `200`

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