---
title: "Get Incident Template"
method: GET
path: "/incident-templates/{incidentTemplate}"
tags: ["Incident Templates"]
---

# Get Incident Template

`GET /incident-templates/{incidentTemplate}`

## Path parameters

- `incidentTemplate` integer, required

## Response `200`

`IncidentTemplate`

## Other responses

- `404` — Not found

## Changes

- **2026-07-10** `4e4308be5bcf` — 4 breaking
  - the response property `data/attributes/created/human` became nullable for the status `200`
  - the response property `data/attributes/created/string` became nullable for the status `200`
  - the response property `data/attributes/updated/human` became nullable for the status `200`
  - the response property `data/attributes/updated/string` became nullable for the status `200`
- **2025-08-15** `5b3f1f21cf76` — 1 info
  - media type `application/json` was changed to a more specific media type `application/vnd.api+json` for the response status `200`
- **2025-06-02** `9ad32c73fe39` — 1 breaking, 2 warning
  - the `data/attributes/id` response's property type/format changed from `string`/`` to `integer`/`` for status `200`
  - added the new `blade` enum value to the `data/attributes/engine` response property for the response status `200`
  - added the new `twig` enum value to the `data/attributes/engine` response property for the response status `200`

[Change history](https://skmtc.dev/cachethq/apis/cachet/changes/incident-templates/:incidentTemplate/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)
