Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Resource UUID
Response
incident_post_mortem found
List incidents retrospectives
curl --request GET \
--url https://api.rootly.com/v1/post_mortems/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "96526a86-da0b-4225-8206-ba0653d80ce7",
"type": "incident_post_mortems",
"attributes": {
"incident_id": "b14c7f0c-4f72-49cc-b2d8-b37dd53ec1dd",
"title": "Amet laboriosam ipsa qui.",
"status": "draft",
"url": "https://test.rootly.com/account/post_mortems/amet-laboriosam-ipsa-qui",
"short_url": null,
"content": null,
"published_at": null,
"started_at": "2025-11-28T18:10:55.323-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-28T18:10:55.925-08:00",
"updated_at": "2025-11-28T18:10:55.931-08:00"
},
"relationships": {
"incident_retrospective_steps": {
"data": [
{
"id": "6995720f-ba14-46cc-9c1d-428ad6cf11db",
"type": "incident_retrospective_steps"
}
]
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
incident_post_mortem found
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/post_mortems/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "96526a86-da0b-4225-8206-ba0653d80ce7",
"type": "incident_post_mortems",
"attributes": {
"incident_id": "b14c7f0c-4f72-49cc-b2d8-b37dd53ec1dd",
"title": "Amet laboriosam ipsa qui.",
"status": "draft",
"url": "https://test.rootly.com/account/post_mortems/amet-laboriosam-ipsa-qui",
"short_url": null,
"content": null,
"published_at": null,
"started_at": "2025-11-28T18:10:55.323-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-28T18:10:55.925-08:00",
"updated_at": "2025-11-28T18:10:55.931-08:00"
},
"relationships": {
"incident_retrospective_steps": {
"data": [
{
"id": "6995720f-ba14-46cc-9c1d-428ad6cf11db",
"type": "incident_retrospective_steps"
}
]
}
}
}
}