Actions
Update Alert Analyst Verdict
Change the analyst verdict of an alert using the Unified Alert Management GraphQL API.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Alert ID | The ID of the alert to update the analyst verdict for. |
| Analyst Verdict | Select the new analyst verdict to apply. |
{
"data": {
"alertTriggerActions": {
"actions": [
{
"actionId": "<string>",
"skip": null,
"failure": null,
"success": {
"id": "<string>",
"__typename": "<string>"
},
"__typename": "<string>"
}
]
}
}
}
Was this page helpful?