External DocumentationTo learn more, visit the Varonis documentation.
Actions
List Closing Reasons
Retrieve a list of all alert closing reasons.

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.
{
"data": {
"closingReasons": [
{
"id": "1",
"name": "Other"
},
{
"id": "2",
"name": "Benign activity"
},
{
"id": "3",
"name": "True positive"
},
{
"id": "4",
"name": "Environment misconfiguration"
},
{
"id": "5",
"name": "Alert recently customized"
},
{
"id": "6",
"name": "Inaccurate alert logic"
},
{
"id": "7",
"name": "Authorized activity"
}
]
}
}
Was this page helpful?