IncidentList| Name | Type | Format | Required |
|---|---|---|---|
items |
array <IncidentSummary> | required | |
total |
integer | required | |
limit |
integer | required |
{
"items": [
{
"id": 0,
"ip": "string",
"severity": "string",
"triggeredBy": "string",
"startedAt": "2026-01-01T00:00:00+00:00",
"endedAt": "2026-01-01T00:00:00+00:00",
"blockedUntil": "string",
"countryCode": "string"
}
],
"total": 0,
"limit": 0
}