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

Example Output

{
	"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"
			}
		]
	}
}

Workflow Library Example

List Closing Reasons with Varonis and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop