Post-mortems in Scrubbe are structured blameless reviews created automatically when an incident reaches theDocumentation Index
Fetch the complete documentation index at: https://docs.scrubbe.com/llms.txt
Use this file to discover all available pages before exploring further.
RESOLVED or CLOSED state. Each report captures the full incident timeline, identified root cause, contributing factors, follow-up action items, and lessons learned — ready to be integrated with external wikis, knowledge bases, or executive reporting pipelines. The Post-Mortems API currently provides a read interface over these records.
All endpoints require
Authorization: Bearer <token>.https://your-api-domain.com/api/v1/postmortems
List post-mortems
Returns a paginated list of post-mortem reports for the workspace, ordered by creation date descending. Each report is linked to its originating incident.GET /
Page number.
Items per page (max 100).
Filter to the post-mortem for a specific incident.
Start of the date range (ISO 8601).
End of the date range (ISO 8601).
Unique post-mortem identifier.
ID of the originating incident.
Brief description of the incident.
Incident severity at time of resolution.
ISO 8601 timestamp when the incident was resolved.
Human-readable time from incident open to resolution.
The identified root cause of the incident.
Ordered list of significant events during the incident.
Factors that amplified the incident’s impact or duration.
Follow-up tasks identified during the post-mortem review.
Key takeaways from the post-mortem review.
ISO 8601 timestamp when the post-mortem was generated.
Post-mortems are generated automatically when an incident is resolved. Use the Ezra AI endpoints to trigger deeper analysis and generate audience-specific reports from a post-mortem.