GET
/
v1
/
post_mortems
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/post_mortems/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "3381f75f-c839-444d-966f-7a5812d40a48",
    "type": "incident_post_mortems",
    "attributes": {
      "incident_id": "ba38c554-d457-40f7-9f53-bdec7f2ebbad",
      "title": "Nihil sit quisquam beatae.",
      "status": "draft",
      "url": "https://test.rootly.com/account/post_mortems/nihil-sit-quisquam-beatae",
      "short_url": null,
      "content": null,
      "published_at": null,
      "started_at": "2025-06-19T04:15:29.455-07: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-06-19T04:15:29.847-07:00",
      "updated_at": "2025-06-19T04:15:29.851-07:00"
    },
    "relationships": {
      "incident_retrospective_steps": {
        "data": [
          {
            "id": "7b6adc12-7b36-44e2-b232-0fe27b921868",
            "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
string
required

Response

200
application/vnd.api+json

incident_post_mortem found

The response is of type object.