Incidents
List Incident Updates
Returns every update posted on an incident — both internal and public — in chronological order.
GET
Returns every update posted on an incident — both
internal and public — ordered by postedAt ascending. Redacted updates are included with body set to null and redactedAt / redactedBy populated; the row is never removed.
Path parameters
The UUID of the incident.
Response
Error responses
This endpoint currently returns every update on the incident in one response. Pagination will be introduced once the volume of updates per incident makes a single response inconvenient. Callers should treat the response as the full set, not a page.