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": "7469fe7e-fcd0-46e2-b7ba-957a96da1c5e",
    "type": "incident_post_mortems",
    "attributes": {
      "incident_id": "aee905fd-bf59-42f6-96d8-4558b0c70cb0",
      "title": "Deleniti officiis quo inventore.",
      "status": "draft",
      "url": "https://test.rootly.com/account/post_mortems/deleniti-officiis-quo-inventore",
      "short_url": null,
      "content": null,
      "published_at": null,
      "started_at": "2025-11-20T13:08:40.234-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-20T13:08:40.888-08:00",
      "updated_at": "2025-11-20T13:08:40.894-08:00"
    },
    "relationships": {
      "incident_retrospective_steps": {
        "data": [
          {
            "id": "b95596a6-bc53-44c1-935b-b2251df9c8ff",
            "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