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 /
number
default:"1"
Page number.
number
default:"20"
Items per page (max 100).
string
Filter to the post-mortem for a specific incident.
string
Start of the date range (ISO 8601).
string
End of the date range (ISO 8601).
string
Unique post-mortem identifier.
string
ID of the originating incident.
string
Brief description of the incident.
string
Incident severity at time of resolution.
string
ISO 8601 timestamp when the incident was resolved.
string
Human-readable time from incident open to resolution.
string
The identified root cause of the incident.
object[]
Ordered list of significant events during the incident.
string[]
Factors that amplified the incident’s impact or duration.
object[]
Follow-up tasks identified during the post-mortem review.
string
Key takeaways from the post-mortem review.
string
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.