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": "57aa9cd1-58a0-4d6f-8d4b-37b3c7131c16",
    "type": "incident_post_mortems",
    "attributes": {
      "incident_id": "ef191b10-918d-4912-af7d-ccad6a4b553d",
      "title": "Officiis reiciendis molestiae sed.",
      "status": "draft",
      "url": "https://test.rootly.com/account/post_mortems/officiis-reiciendis-molestiae-sed",
      "short_url": null,
      "content": null,
      "published_at": null,
      "started_at": "2026-01-06T23:13:17.008-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": "2026-01-06T23:13:17.378-08:00",
      "updated_at": "2026-01-06T23:13:17.382-08:00"
    },
    "relationships": {
      "incident_retrospective_steps": {
        "data": [
          {
            "id": "5e25651e-0cc6-4a5c-a299-f1aa7a5ae0a3",
            "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