External DocumentationTo learn more, visit the Tessian documentation.
Actions
List Company Risks
Returns a list of company risks.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| 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. |
{
"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
}
]
}
Was this page helpful?