---
title: "Gets all templates for the request account"
method: GET
path: "/templates"
tags: ["templates"]
---

# Gets all templates for the request account

`GET /templates`

Gets all templates

## Response `200`

The templates were successfully retrieved.

- Template[]
  - `type` 'alert' | 'event' — Type of the template
  - `name` string — Name of the template
  - `description` string — Description of the template
  - `content` string — Content of the template
  - `href` string — A reference to this template

---

[API](https://skmtc.dev/webscale/apis/webscale-apis.md) · [All operations](https://skmtc.dev/webscale/apis/webscale-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/webscale/webscale-apis/revisions/c98d872b50cb/schema)
