v1

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

Get postmortem template

Retrieve details of a specific postmortem template.

get/api/v2/incidents/config/postmortem-templates/{template_id}

Path parameters

template_idstring required
Example:template-456

The ID of the postmortem template

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"
  }
}