curl --location --request GET 'https://api.victorops.com//api-public/v1/incidents' \
--header 'X-VO-Api-Id;' \
--header 'X-VO-Api-Key;'
{
"incidents": [
{
"alertCount": 0,
"currentPhase": "string",
"entityId": "string",
"host": "string",
"incidentNumber": "string",
"lastAlertId": "string",
"lastAlertTime": "string",
"pagedPolicies": [
{
"policy": {
"name": "string",
"slug": "string"
},
"team": {
"name": "string",
"slug": "string"
}
}
],
"pagedTeams": [
"string"
],
"pagedUsers": [
"string"
],
"service": "string",
"startTime": "string",
"transitions": [
{
"alertId": "string",
"alertUrl": "string",
"at": "string",
"by": "string",
"manually": true,
"message": "string",
"name": "string"
}
]
}
]
}