circle-info
Squadcast is now SolarWinds Incident Response

Incidents/Postmortems

Get All Postmortems

get
/v3/incidents/postmortem
  • This endpoint is used to get all postmortems.

  • Requires access_token as a Bearer {{token}} in the Authorization header.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
fromDatestringRequired

Provide date in RFC3339 format

toDatestringRequired

Provide date in RFC3339 format

owner_idstringRequired

Here owner_id represents team_id

limitintegerRequired
Responses
chevron-right
200

The request has succeeded.

application/json
get
/v3/incidents/postmortem

Get Postmortem By Incident

get
/v3/incidents/{incidentID}/postmortem
  • This endpoint is used to get a postmortem by incident.

  • Requires access_token as a Bearer {{token}} in the Authorization header.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
incidentIDstringRequired
Responses
chevron-right
200

The request has succeeded.

application/json
get
/v3/incidents/{incidentID}/postmortem

Create Postmortem

post
/v3/incidents/{incidentID}/postmortem
  • This endpoint is used to create a postmortem.

  • Requires access_token as a Bearer {{token}} in the Authorization header.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
incidentIDstringRequired
Body

Request body for creating a new postmortem.

owner_idstringRequired
titlestringRequired
postmortemstringRequired
statusstring · enumRequired

Represents the status of a postmortem.

Possible values:
Responses
post
/v3/incidents/{incidentID}/postmortem

Update Postmortem By Incident

put
/v3/incidents/{incidentID}/postmortem
  • This endpoint is used to update a postmortem by incident.

  • Requires access_token as a Bearer {{token}} in the Authorization header.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
incidentIDstringRequired
Body

Request body for updating an existing postmortem.

owner_idstringOptional
postmortemstringOptional
titlestringOptional
statusstring · enumOptional

Represents the status of a postmortem.

Possible values:
Responses
chevron-right
200

The request has succeeded.

application/json
put
/v3/incidents/{incidentID}/postmortem

Delete Postmortem By Incident

delete
/v3/incidents/{incidentID}/postmortem
  • This endpoint is used to delete a postmortem by incident.

  • Requires access_token as a Bearer {{token}} in the Authorization header.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
incidentIDstringRequired
Responses
chevron-right
200

The request has succeeded.

application/json
delete
/v3/incidents/{incidentID}/postmortem

Last updated