{
"data": [
{
"id": 1,
"alert": "Suspicious multiple login attempts.",
"assigned_to": "analyst",
"title": "Critical Brute Force Incident",
"severity": "high",
"status": "open",
"started_at": "2026-06-05 13:46:37",
"closed_at": "not closed"
},
{
"id": 2,
"alert": "Potential SQL injection attack.",
"assigned_to": "admin",
"title": "SQL Injection Investigation",
"severity": "critical",
"status": "in_progress",
"started_at": "2026-06-05 13:46:37",
"closed_at": "not closed"
},
{
"id": 4,
"alert": "Suspicious privilege escalation activity was detected and requires investigation.",
"assigned_to": "analyst",
"title": "Privilege Escalation Investigation",
"severity": "high",
"status": "in_progress",
"started_at": "2026-06-17 10:08:00",
"closed_at": "2026-06-22 08:30:00"
}
]
}