List the connections between incidents and alerts
Number of incident alerts to return per page
1 <= x <= 5025
If provided, pass this as the 'after' param to load the next page
"01FCNDV6P870EA6S7TK1DSYDG0"
Alert that this incident alert refers to
"01FCNDV6P870EA6S7TK1DSYDG1"
Incident that this incident alert is attached to
"01FCNDV6P870EA6S7TK1DSYDG0"
OK response.
[
{
"alert": {
"alert_source_id": "01GW2G3V0S59R238FAHPDS1R66",
"created_at": "2021-08-17T13:28:57.801578Z",
"deduplication_key": "4293868629",
"description": "CPU on the payments service has exceeded 75 percent for 5 minutes",
"id": "01GW2G3V0S59R238FAHPDS1R66",
"resolved_at": "2021-08-17T14:28:57.801578Z",
"source_url": "https://www.my-alerting-platform.com/alerts/my-alert-123",
"status": "firing",
"title": "*errors.withMessage: PG::Error failed to connect",
"updated_at": "2021-08-17T13:28:57.801578Z"
},
"alert_route_id": "01GW2G3V0S59R238FAHPDS1R67",
"id": "01GW2G3V0S59R238FAHPDS1R66",
"incident": {
"external_id": 123,
"id": "01FDAG4SAP5TYPT98WGR2N7W91",
"name": "Our database is sad",
"reference": "INC-123",
"status_category": "triage",
"summary": "Our database is really really sad, and we don't know why yet.",
"visibility": "public"
}
}
]{
"after": "01FCNDV6P870EA6S7TK1DSYDG0",
"page_size": 25
}