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

Returns a list of company risks.

<Note>
  External Documentation

  To learn more, visit the [Tessian documentation](https://developer.tessian.com/documentation/api/index.html#tag/Risk-Hub/operation/insights_external_api.main.get_company_risk).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter         | Description                                                                       |
  | ----------------- | --------------------------------------------------------------------------------- |
  | Limit             | The maximum number of days of risk data to return.                                |
  | Pagination Cursor | Use with the output of the `checkpoint` field to retrieve the next set of events. |
</div>

## Example Output

```json theme={"dark"}
{
	"additional_results": false,
	"checkpoint": "The cursor for pagination",
	"results": [
		{
			"accidental_data_loss_score": 0,
			"data_sensitivity_score": 0,
			"exfiltration_score": 0,
			"phishing_score": 0,
			"security_awareness_score": 0,
			"timestamp": "Timestamp of the datapoint.",
			"total_score": 0
		}
	]
}
```

## Workflow Library Example

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