Get Search Event Logs Task Progress
Check the progress of specific search event logs task.
External Documentation
To learn more, visit the Check Point Infinity Events documentation.
Parameters
Parameter | Description |
---|---|
Task ID | The 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
Preview this Workflow on desktop