Skip to main content
GET
/
v1
/
post_mortems
/
{id}
Retrieves an incident retrospective
curl --request GET \
  --url https://api.rootly.com/v1/post_mortems/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "a656d373-7a94-4a59-beb2-e6aebe1eb70e",
    "type": "incident_post_mortems",
    "attributes": {
      "incident_id": "c9f45381-98a4-4aa6-b8a9-39de73c5edc1",
      "title": "Ea non consequuntur in.",
      "status": "draft",
      "url": "https://test.rootly.com/account/post_mortems/ea-non-consequuntur-in",
      "short_url": null,
      "content": null,
      "published_at": null,
      "started_at": "2025-11-06T13:25:59.761-08:00",
      "mitigated_at": null,
      "resolved_at": null,
      "cancelled_at": null,
      "show_timeline": true,
      "show_timeline_starred_only": false,
      "show_timeline_genius": true,
      "show_timeline_trail": true,
      "show_timeline_tasks": true,
      "show_timeline_action_items": true,
      "show_timeline_order": "desc",
      "show_functionalities_impacted": true,
      "show_services_impacted": true,
      "show_groups_impacted": true,
      "show_action_items": true,
      "created_at": "2025-11-06T13:26:00.442-08:00",
      "updated_at": "2025-11-06T13:26:00.450-08:00"
    },
    "relationships": {
      "incident_retrospective_steps": {
        "data": [
          {
            "id": "c50c5092-87a9-4d56-8b7a-1a626046080f",
            "type": "incident_retrospective_steps"
          }
        ]
      }
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
required

Resource UUID

Response

incident_post_mortem found

data
object
required