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

Retrieve information about potential security risks.

<Note>
  External Documentation

  To learn more, visit the [Entro documentation](https://apidocs.entro.security).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter | Description                  |
  | --------- | ---------------------------- |
  | From Date | Filter risks from this date. |
  | Severity  | Severity of the risk.        |
  | Source    | Source of the risk.          |
  | Status    | Status of the risk.          |
  | Type      | Type of the risk.            |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter       | Description                     |
  | --------------- | ------------------------------- |
  | Secret Type     | Type of the exposed secret.     |
  | Secret Validity | Validity of the exposed secret. |
</div>

## Example Output

```json theme={"dark"}
{
	"risks": [
		{
			"guid": "RSK-1273",
			"severity": "MEDIUM",
			"owner": "adam.cheriki@acme.com",
			"detectionTime": "1688302174",
			"type": "EXPOSURE",
			"rule": "EXPOSED_GITHUB",
			"status": "OPEN",
			"summary": "A secret of type Certificate is exposed inside 1 commit of the file 'exposure.cert' in the private GitHub repository called 'acme/test'.",
			"threatDescription": "Storing secrets in a GitHub repository poses a serious security risk because it's often shared with multiple team members, or in some cases, publicly, which increases the risk of the sensitive information being leaked or misused.",
			"payload": {
				"tokenStatus": "ENABLED",
				"tokenType": "CERTIFICATE",
				"tokenSnippet": "----- BEGIN CERT...",
				"organization": "acme",
				"repository": "test",
				"visibility": "PUBLIC",
				"filename": "exposure.cert",
				"commitAuthor": "adam.cheriki",
				"commitUrl": "https://github.com/acme/test/commit/34567d343755bd123f82051681e206da99b400bb",
				"commitDate": "2022-12-01T16:12:42Z"
			},
			"account": {
				"environmentType": "PRODUCTION",
				"environment": "Acme",
				"accountId": "infosecmachine",
				"accountType": "GITHUB"
			}
		}
	]
}
```

## Workflow Library Example

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