Returns a list of company risks.

External Documentation

To learn more, visit the Tessian documentation.

Parameters

ParameterDescription
LimitThe maximum number of days of risk data to return.
Pagination CursorUse with the output of the checkpoint field to retrieve the next set of events.

Example Output

{
	"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

Preview this Workflow on desktop