> ## 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.

# List Detections

List all detections, with filtering options. A detection represents a security event or threat identified in your environment.

**Note:** This action can be used once every 5 minutes. Every triggering events are limited to 50 per detection.

Required scope :

* `read:detections`
* `read:cloud_events_cloud`
* `read:cloud_events_sensor`
* `read:security_scans`

<Note>
  External Documentation

  To learn more, visit the [Wiz documentation](https://docs.wiz.io/dev/get-detections).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter            | Description                                                                                                                                                                 |
  | -------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Cursor               | The pagination cursor. You can use it to fetch the next page of detections. Take the retrieved cursor from the response under the `data.detections.pageInfo.endCursor` key. |
  | Detection ID Contain | A substring that can be contained in an ID to filter by.                                                                                                                    |
  | Detection IDs        | A comma-separated list of detection IDs to filter by.                                                                                                                       |
  | Limit                | Number of records to fetch.                                                                                                                                                 |
  | Project IDs          | A comma-separated list of project IDs to filter by.                                                                                                                         |
  | Return All Pages     | Automatically fetch all resources, page by page.                                                                                                                            |
  | Severity             | The severity of detections to filter by.                                                                                                                                    |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter            | Description                                                                   |
  | -------------------- | ----------------------------------------------------------------------------- |
  | After Creation Date  | A timestamp used to filter results that were created after a specific point.  |
  | After End Date       | A timestamp used to filter results that ended after a specific point.         |
  | After Start Date     | A timestamp used to filter results that started after a specific point.       |
  | After Update Date    | A timestamp used to filter results that were updated after a specific point.  |
  | Before Creation Date | A timestamp used to filter results that were created before a specific point. |
  | Before End Date      | A timestamp used to filter results that ended before a specific point.        |
  | Before Start Date    | A timestamp used to filter results that started before a specific point.      |
  | Before Update Date   | A timestamp used to filter results that were updated before a specific point. |
  | Order By Direction   | The direction to order the results by.                                        |
  | Order By Field       | The field to order the results by.                                            |
</div>

## Workflow Library Example

[List Detections with Wiz and Send Results Via Email](https://library.blinkops.com/workflows/list-detections-with-wiz-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/list-detections-with-wiz-and-send-results-via-email/canvas" />
</div>
