---
title: "List Incident Templates"
method: GET
path: "/incident-templates"
tags: ["Incident Templates"]
---

# List Incident Templates

`GET /incident-templates`

## Query parameters

- `per_page` integer
- `page` integer
- `sort` string[]
- `filter[name]` string
- `filter[slug]` string

## Response `200`

Paginated set of `IncidentTemplate`

## Changes

> 30 revisions in range; 7 could not be searched.

- **2026-07-10** `4e4308be5bcf` — 5 breaking
  - for the `query` request parameter `sort`, the type/format was changed from `string`/`` to `array`/``
  - the response property `data/items/attributes/created/human` became nullable for the status `200`
  - the response property `data/items/attributes/created/string` became nullable for the status `200`
  - the response property `data/items/attributes/updated/human` became nullable for the status `200`
  - …1 more
- **2025-08-25** `c7bc597b862d` — 4 breaking, 1 info
  - the response property `links/first` became optional for the status `200`
  - the response property `links/last` became optional for the status `200`
  - the response property `links/next` became optional for the status `200`
  - the response property `links/prev` became optional for the status `200`
  - …1 more
- **2025-06-02** `9ad32c73fe39` — 1 breaking, 2 warning
  - the `data/items/attributes/id` response's property type/format changed from `string`/`` to `integer`/`` for status `200`
  - added the new `blade` enum value to the `data/items/attributes/engine` response property for the response status `200`
  - added the new `twig` enum value to the `data/items/attributes/engine` response property for the response status `200`

[Change history](https://skmtc.dev/cachethq/apis/cachet/changes/incident-templates/get.md)

---

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