Initiate a query job to retrieve alerted events based on specified filter criteria.
External DocumentationTo learn more, visit the Varonis documentation.

Parameters

ParameterDescription
Alert IDsA comma-separated list of alert IDs to filter by.
Filter TypeSelect whether to retrieve alerts with IDs included in the list or excluded from it.

Example Output

{
	"data": {
		"jobId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4",
		"jobStatus": "PENDING",
		"jobProgress": 40,
		"results": [
			{
				"__typename": "Event"
			}
		]
	}
}

Workflow Library Example

Create Alerted Events Query Job with Varonis and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop