> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Search Security Event Logs

Create a search event logs task. All request parameters are optional and have predefined default values.

<Note>
  External Documentation

  To learn more, visit the [Check Point Infinity Events documentation](https://app.swaggerhub.com/apis-docs/Check-Point/infinity-events-api/1.0.0#/Search%20Event%20Logs/logsQuery).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter     | Description                                                                              |
  | ------------- | ---------------------------------------------------------------------------------------- |
  | Account IDs   | A comma separated or a json list of MSP children account IDs to filter event logs by.    |
  | Cloud Service | Filter event logs by specific Check Point product.                                       |
  | End Time      | The end time of the search event logs task.                                              |
  | Filter        | Filter query in Lucene syntax.<br />For example: `src:"1.1.1.1" AND severity:"Critical"` |
  | Start Time    | The start time of the search event logs task.                                            |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter  | Description                                                                           |
  | ---------- | ------------------------------------------------------------------------------------- |
  | Limit      | The number of event logs to be retrieved between 10 and 10000. Default is set to 100. |
  | Page Limit | The number of event logs on page between 10 and 1000. Default is set to 100.          |
</div>

## Example Output

```json theme={"dark"}
{
	"success": true,
	"data": {
		"taskId": "b156375f-c439-47da-aca5-eb0fc0a9aeb6"
	}
}
```

## Workflow Library Example

[Search Security Event Logs with Check Point Infinity Events and Send Results Via Email](https://library.blinkops.com/workflows/search-security-event-logs-with-check-point-infinity-events-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/search-security-event-logs-with-check-point-infinity-events-and-send-results-via-email/canvas" />
</div>
