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

Get list of all findings within a specific time range.

## Basic Parameters

<div className="integrations-table">
  | Parameter  | Description                                                         |
  | ---------- | ------------------------------------------------------------------- |
  | End Time   | End date and time of search range.                                  |
  | Severity   | Filter results to only return findings with the specified severity. |
  | Start Time | Start date and time of search range.                                |
  | Status     | Filter results to only return findings with the specified status.   |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter | Description                                                            |
  | --------- | ---------------------------------------------------------------------- |
  | After     | Returns the elements in the list that come after the specified cursor. |
  | First     | Returns the first n elements from the list.                            |
</div>

## Example Output

```json theme={"dark"}
{
	"data": {
		"Findings": {
			"nodes": [
				{
					"Title": "Title1",
					"Status": "Open",
					"Severity": "Low",
					"CreationTime": "2022-02-01T16:01:23.058Z",
					"Provider": "AWS",
					"ID": "00000000-00000000-00000000-00000",
					"Description": "Random description"
				}
			],
			"pageInfo": {
				"hasNextPage": true,
				"endCursor": "ewogICJTb3J0VmFsdWVzIjogWwogICAgMTY0NTQwMjI3NjM1NiwKICAgICIyOTdhYzY2Zi02NzM5LTQwNWYtODM3MC1lZDBhNmMwOTZlZjciCiAgXQp9"
			}
		}
	}
}
```

## Workflow Library Example

[on Ermetic User Anomaly Run Remediation Flow](https://library.blinkops.com/workflows/on-ermetic-user-anomaly-run-remediation-flow)

<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/on-ermetic-user-anomaly-run-remediation-flow/canvas" />
</div>
