> ## 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 Secure Events

List and query secure events.

## Basic Parameters

<div className="integrations-table">
  | Parameter  | Description                                                                                                               |
  | ---------- | ------------------------------------------------------------------------------------------------------------------------- |
  | End Time   | The end time of the query window. **Note** that the max window size is 2 weeks.                                           |
  | Filter     | Filter the results by a given filter. Please see Sysdig's documentation for full query syntax. For example: `agent.id=1`. |
  | Start Time | The start time of the query window. **Note** that the max window size is 2 weeks.                                         |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                                       |
  | --------- | ----------------------------------------------------------------------------------------------------------------- |
  | Cursor    | The pagination cursor that was returned in a previous call. Can't be used when querying using `Start & End Time`. |
  | Limit     | The amount of results that are returned in the call.                                                              |
  | Zones     | A comma-separated array of the zones.                                                                             |
</div>

## Example Output

```json theme={"dark"}
{
  "data": [
    { ... }
  ],
  "page":{
  "next": "KzltNGUybXIwdWkzZThhMjE1bjRn",
  "prev": "LTltNGUybXIwdWkzZThhMjE1bjRn",
  "total": 10
  }
}
```

## Workflow Library Example

[List Secure Events with Sysdig and Send Results Via Email](https://library.blinkops.com/workflows/list-secure-events-with-sysdig-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-secure-events-with-sysdig-and-send-results-via-email/canvas" />
</div>
