Skip to main content
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

id
string
required
The UUID of the incident.

Response

data
object
required

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.