> ## 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 Alerts With Update Dates

Lists Alerts with their update dates.

## Parameters

<div className="integrations-table">
  | Parameter           | Description                                  |
  | ------------------- | -------------------------------------------- |
  | Filter Alerts Since | Filters alerts created after the given date. |
</div>

## Example Output

```json theme={"dark"}
{
	"content": [
		{
			"_id": "5f47d75fc79f324f3aa3a096",
			"updateDate": "2020-08-27T15:55:11.607Z"
		},
		{
			"_id": "5f47c03439090f122e2f46fe",
			"updateDate": "2020-08-27T14:16:20.058Z"
		},
		{
			"_id": "5f3ba268e5289116df5f35eb",
			"updateDate": "2020-08-18T09:52:58.701Z"
		}
	],
	"nextOffset": "2020-08-13T12:17:08.755Z::5c6a41d0344e09000787121a"
}
```

## Workflow Library Example

[List Alerts with Update Dates with Rapid7 Threat Command and Send Results Via Email](https://library.blinkops.com/workflows/list-alerts-with-update-dates-with-rapid7-threat-command-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-alerts-with-update-dates-with-rapid7-threat-command-and-send-results-via-email/canvas" />
</div>
