Check the progress of specific search event logs task.
External DocumentationTo learn more, visit the Check Point Infinity Events documentation.

Parameters

ParameterDescription
Task IDThe unique identifier of the search event logs request.

Example Output

{
	"success": true,
	"data": {
		"state": "Processing",
		"pageTokens": [
			"e3Rhc2tpZDp0ZXN0MTExMTEtMzMzLTQ0NC0zMzN9"
		],
		"errors": [
			"string"
		]
	}
}

Workflow Library Example

Get Search Event Logs Task Progress with Check Point Infinity Events and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop