Incident Relationships V1

View related incidents for an incident

List Incident Relationships V1

List related incidents for a specific incident.

Request
query Parameters
incident_id
required
string

ID of the incident to find relationships for

Example: incident_id=01FCNDV6P870EA6S7TK1DSYD5H
page_size
integer <int64> <= 250
Default: 25

Integer number of records to return

Example: page_size=25
after
string

An record's ID. This endpoint will return a list of records after this ID in relation to the API response order.

Example: after=01FDAG4SAP5TYPT98WGR2N7W91
Responses
200

OK response.

get/v1/incident_relationships
Request samples
Response samples
application/json
{
  • "incident_relationships": [
    ],
  • "pagination_meta": {
    }
}