Overview
AlertEvents
AlertGroups
AlertRoutingRules
AlertUrgencies
AlertSources
Alerts
Audits
Authorizations
CatalogEntities
CatalogEntityProperties
CatalogFields
Catalogs
[DEPRECATED] CustomFieldOptions
[DEPRECATED] CustomFields
CustomForms
DashboardPanels
Dashboards
Environments
EscalationPolicies
EscalationLevelsPolicies
EscalationLevelsPath
EscalationLevels
EscalationPaths
FormFieldOptions
FormFieldPlacementConditions
FormFieldPlacements
FormFieldPositions
FormFields
FormSetConditions
FormSets
Functionalities
WorkflowTasks
[DEPRECATED] WorkflowCustomFieldSelections
WorkflowFormFieldConditions
WorkflowGroups
WorkflowRuns
Workflows
Heartbeats
IncidentActionItems
[DEPRECATED] IncidentCustomFieldSelections
IncidentEventFunctionalities
IncidentEventServices
IncidentEvents
IncidentFeedbacks
IncidentFormFieldSelections
IncidentPermissionSetBooleans
IncidentPermissionSetResources
IncidentPermissionSets
IncidentRetrospectives
IncidentRetrospectiveSteps
IncidentRoleTasks
IncidentRoles
IncidentStatusPageEvents
IncidentSubStatuses
IncidentTypes
Incidents
- GETList incidents
- POSTCreates an incident
- GETRetrieves an incident
- PUTUpdate an incident
- DELDelete an incident
- PUTMitigate an incident
- PUTResolve an incident
- PUTCancel an incident
- PUTTriage an incident
- PUTRestart an incident
- PUTMark an incident as a duplicate
- POSTAdd subscribers to incident
- DELRemove subscribers from incident
- POSTAssign user to incident
- DELRemove assigned user from incident
IpRanges
LiveCallRouters
OnCallRoles
OnCallShadows
OverrideShifts
PlaybookTasks
Playbooks
RetrospectiveTemplates
RetrospectiveConfigurations
RetrospectiveProcessGroupSteps
RetrospectiveProcessGroups
RetrospectiveProcesses
RetrospectiveSteps
ScheduleRotationActiveDays
ScheduleRotationUsers
ScheduleRotations
Schedules
Services
Severities
StatusPageTemplates
StatusPages
SubStatuses
Teams
UserNotificationRules
WebhooksDeliveries
Update an incident retrospective
Update a specific incident retrospective by id
curl --request PUT \
--url https://api.rootly.com/v1/post_mortems/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"data": {
"type": "incident_post_mortems",
"attributes": {
"title": "<string>",
"status": "draft",
"started_at": "<string>",
"mitigated_at": "<string>",
"resolved_at": "<string>",
"show_timeline": true,
"show_timeline_trail": true,
"show_timeline_genius": true,
"show_timeline_tasks": true,
"show_timeline_action_items": true,
"show_services_impacted": true,
"show_functionalities_impacted": true,
"show_groups_impacted": true,
"show_alerts_attached": true,
"show_action_items": true,
"cause_ids": [
"<string>"
]
}
}
}'
{
"data": {
"id": "4bb748b3-1265-4c45-a876-c6ae0045b04a",
"type": "incident_post_mortems",
"attributes": {
"incident_id": "85097594-159f-4d61-ab1a-4ac402d85e23",
"title": "Retrospective updated",
"status": "draft",
"url": "https://test.rootly.com/account/post_mortems/eveniet-sint-aut-aut",
"short_url": null,
"content": null,
"published_at": null,
"started_at": "2025-03-28T23:02:11.173-07:00",
"mitigated_at": null,
"resolved_at": null,
"cancelled_at": null,
"show_timeline": false,
"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-03-28T23:02:11.789-07:00",
"updated_at": "2025-03-28T23:02:18.599-07:00"
},
"relationships": {
"incident_retrospective_steps": {
"data": []
}
}
}
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
incident_post_mortems
The title of the incident retrospective
The status of the incident retrospective
draft
, published
Date of started at
Date of mitigation
Date of resolution
Show events timeline of the incident retrospective
Show trail events in the timeline of the incident retrospective
Show workflow events in the timeline of the incident retrospective
Show tasks in the timeline of the incident retrospective
Show action items in the timeline of the incident retrospective
Show functionalities impacted of the incident retrospective
Show services impacted of the incident retrospective
Show groups impacted of the incident retrospective
Show alerts attached to the incident
Show action items (follow-ups) in the incident retrospective
The Cause ID's to attach to the incident retrospective
Response
Unique ID of the incident retrospective
incident_post_mortems
The title of the incident retrospective
Date of creation
Date of last update
The content of the incident retrospective (Only if internal)
The status of the incident retrospective
draft
, published
Date of started at
Date of mitigation
Date of resolution
Show events timeline of the incident retrospective
Show trail events in the timeline of the incident retrospective
Show workflow events in the timeline of the incident retrospective
Show tasks in the timeline of the incident retrospective
Show action items in the timeline of the incident retrospective
The order of the incident retrospective timeline
asc
, desc
Show functionalities impacted of the incident retrospective
Show services impacted of the incident retrospective
Show groups impacted of the incident retrospective
Show alerts attached to the incident
The url to the incident retrospective
curl --request PUT \
--url https://api.rootly.com/v1/post_mortems/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"data": {
"type": "incident_post_mortems",
"attributes": {
"title": "<string>",
"status": "draft",
"started_at": "<string>",
"mitigated_at": "<string>",
"resolved_at": "<string>",
"show_timeline": true,
"show_timeline_trail": true,
"show_timeline_genius": true,
"show_timeline_tasks": true,
"show_timeline_action_items": true,
"show_services_impacted": true,
"show_functionalities_impacted": true,
"show_groups_impacted": true,
"show_alerts_attached": true,
"show_action_items": true,
"cause_ids": [
"<string>"
]
}
}
}'
{
"data": {
"id": "4bb748b3-1265-4c45-a876-c6ae0045b04a",
"type": "incident_post_mortems",
"attributes": {
"incident_id": "85097594-159f-4d61-ab1a-4ac402d85e23",
"title": "Retrospective updated",
"status": "draft",
"url": "https://test.rootly.com/account/post_mortems/eveniet-sint-aut-aut",
"short_url": null,
"content": null,
"published_at": null,
"started_at": "2025-03-28T23:02:11.173-07:00",
"mitigated_at": null,
"resolved_at": null,
"cancelled_at": null,
"show_timeline": false,
"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-03-28T23:02:11.789-07:00",
"updated_at": "2025-03-28T23:02:18.599-07:00"
},
"relationships": {
"incident_retrospective_steps": {
"data": []
}
}
}
}