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

Parameters

ParameterDescription
Job IDThe ID of the previously initiated Get Alerts Query Job job.

Example Output

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

Workflow Library Example

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