Retrieve the status and results of an ongoing or completed alerted events job. An alerts query job can be created by using the Create Alerted Events Query Job action.
External DocumentationTo learn more, visit the Varonis documentation.

Parameters

ParameterDescription
Job IDThe ID of the previously initiated Alerted Events Query Job job.

Example Output

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

Workflow Library Example

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