v1
latestOpenAPI 3.0.22026-07-1313674250.9 KBincidents
Get All Incidents
Get last incidents
get/incidents
Query parameters
confirmedboolean
limitinteger
offsetinteger
sorting'creation_time' | 'start_time' | 'last_seen_time' | 'severity' | 'status' | 'alerts_count' | '-creation_time' | '-start_time' | '-last_seen_time' | '-severity' | '-status' | '-alerts_count'
An enumeration.
statusIncidentStatus[]
severityIncidentSeverity[]
assigneesstring[]
sourcesstring[]
affected_servicesstring[]
Response
Successful Response
Example response
{
"items": [
{
"id": "c2509cb3-6168-4347-b83b-a41da9df2d5b",
"name": "Incident name",
"user_summary": "Keep: Incident description",
"status": "firing"
}
]
}