GET /api-reporting/v2/incidents
.curl --location --request GET 'https://api.victorops.com//api-reporting/v1/incidents' \
--header 'X-VO-Api-Id;' \
--header 'X-VO-Api-Key;'
[
{
"incidents": [
{
"ackTime": "string",
"ackUser": {
"email": "string",
"first": "string",
"last": "string"
},
"ackUserId": "string",
"alertCount": 0,
"currentPhase": "string",
"endTime": "string",
"entityDispName": "string",
"entityId": "string",
"entityType": "string",
"host": "string",
"incidentNumber": "string",
"lastAlertID": "string",
"lastAlertTime": "string",
"service": "string",
"startTime": "string",
"teams": "string"
}
],
"limit": 0,
"offset": 0,
"total": 0
}
]