GET
/
api
/
incidents
/
{incident_id}
/
updates

Path Parameters

incident_id
integer
required

The ID of the incident.

Query Parameters

per_page
integer

How many items to show per page.

page
integer

Which page to show.

sort
enum<string>

Field to sort by.

Available options:
name,
created_at
include
enum<string>

Include related resources.

Available options:
incident

Response

200 - application/json
data
object[]