---
title: "Get all Salesforce incident templates"
method: GET
path: "/api/v2/integration/salesforce-incidents/incident-templates"
tags: ["Salesforce Integration"]
---

# Get all Salesforce incident templates

`GET /api/v2/integration/salesforce-incidents/incident-templates`

Get all Salesforce incident templates configured for your organization.

## Response `200`

OK

- SalesforceIncidentsTemplatesResponse — Response containing a list of Salesforce incident templates.
  - `data` SalesforceIncidentsTemplateResponseData[], required — An array of Salesforce incident templates.
    - `attributes` SalesforceIncidentsTemplateResponseAttributes, required — Salesforce incident template attributes returned by the API.
      - `description` string — Long-form description body for Salesforce incidents created from this template.
      - `name` string — Human-readable name for this incident template.
      - `owner_id` string — The Salesforce user ID that owns incidents created from this template.
      - `priority` 'Critical' | 'High' | 'Moderate' | 'Low' — Priority of the Salesforce incident created from this template.
      - `salesforce_org_id` string, uuid — The Datadog-assigned ID of the Salesforce organization this template belongs to.
      - `subject` string — Subject line for Salesforce incidents created from this template.
    - `id` string, required — The ID of the Salesforce incident template.
    - `type` 'salesforce-incidents-incident-template', required — Salesforce incident template resource type.

## Other responses

- `403` — Forbidden
- `429` — Too many requests

---

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