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

# Get incident templates.

`GET /incident-templates`

## Query parameters

- `start-index` integer
- `max-results` integer

## Response `200`

The incident templates

- IncidentTemplate[]
  - `id` number
  - `name` string
  - `summary` string
  - `status` 'INVESTIGATING' | 'IDENTIFIED' | 'MONITORING' | 'RESOLVED' — the incident status
  - `message` string
  - `sendNotification` boolean
  - `teams` TeamRel[]
    - `id` integer
    - `name` string

---

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