v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Incidents

List postmortem templates

Retrieve a list of all postmortem templates for incidents.

get/api/v2/incidents/config/postmortem-templates

Response

OK

Example response

{
  "data": [
    {
      "attributes": {
        "createdAt": "2026-01-13T17:15:53.208340Z",
        "modifiedAt": "2026-01-13T17:15:53.208340Z",
        "name": "Standard Postmortem Template"
      },
      "id": "template-456",
      "type": "postmortem_template"
    }
  ]
}