---
title: "Get incident templates for CloudSOAR connections."
method: POST
path: "/v1/connections/incidentTemplates"
tags: ["connectionManagement"]
---

# Get incident templates for CloudSOAR connections.

`POST /v1/connections/incidentTemplates`

Get incident templates for CloudSOAR connections.

## Request body

- GetIncidentTemplatesRequest
  - `url` string — Optional CloudSOAR domain URL to use for the API call to get incident templates.
  - `authHeader` string — Optional CloudSOAR authorization header to use for the API call to get incident templates.
  - `connectionId` string — Optional connectionId to get incident templates for an existing CloudSOAR connection. If provided, the authHeader and url will be taken from the existing connection object.

## Response `200`

A list of the incident templates for the given CloudSOAR account.

- GetIncidentTemplatesResponse
  - `templates` IncidentTemplate[], required — List of incident templates.
    - `id` integer, required — Unique identifier of the incident template.
    - `name` string, required — Name of the incident template.

## Other responses

- `default` — Operation failed with an error.

---

[API](https://skmtc.net/sumologic/apis/sumo-logic-api.md) · [All operations](https://skmtc.net/sumologic/apis/sumo-logic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sumologic/sumo-logic-api/revisions/e4e4c7554890/schema)
