{
"data": {
"getIncidents": {
"incidents": [
{
"id": "<string>",
"name": "<string>",
"createdBy": "<string>",
"createdAt": "2024-01-15T09:30:00Z",
"lastUpdated": "2024-01-15T09:30:00Z",
"severity": "LOW",
"status": "NEW",
"dataSources": [
"<string>"
],
"verdict": "NA",
"verdictReasoning": "<string>",
"assignees": [
{
"userId": "<string>",
"displayName": "<string>",
"email": "<string>"
}
],
"comments": [
{
"text": "<string>",
"addedBy": "<string>",
"addedAt": "2024-01-15T09:30:00Z"
}
],
"incidentSummary": "<string>",
"incidentFindings": [
"<string>"
],
"assets": [
"<string>"
],
"observables": [
"<string>"
],
"alertsCount": 123,
"alerts": [
{
"alertId": "<string>",
"name": "<string>",
"createdAt": "2024-01-15T09:30:00Z"
}
],
"recommendedActions": [
{
"name": "<string>",
"description": "<string>",
"actionKey": "<string>",
"targetParams": {}
}
],
"investigationPlan": [
{
"stepName": "<string>",
"stepConclusion": "<string>",
"cells": [
{
"cellName": "<string>",
"query": "<string>",
"queryId": "<string>"
}
]
}
],
"link": "<string>",
"assignee": {
"userId": "<string>",
"displayName": "<string>",
"email": "<string>"
}
}
],
"total": 123,
"limit": 123,
"offset": 123,
"error": {
"code": "<string>",
"message": "<string>"
}
}
}
}