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": "3463e5cd-48e9-469c-baa5-bccd20cbc252",
    "type": "incident_post_mortems",
    "attributes": {
      "incident_id": "f233748e-aeca-4bc6-a67f-a60472f202d8",
      "title": "Dolores pariatur molestias corporis.",
      "status": "draft",
      "url": "https://test.rootly.com/account/post_mortems/dolores-pariatur-molestias-corporis",
      "short_url": null,
      "content": null,
      "published_at": null,
      "started_at": "2025-11-14T13:15:25.868-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-14T13:15:26.498-08:00",
      "updated_at": "2025-11-14T13:15:26.505-08:00"
    },
    "relationships": {
      "incident_retrospective_steps": {
        "data": [
          {
            "id": "147239e7-a252-4618-858f-79ba344dd97b",
            "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