Skip to main content

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.

Returns a list of company risks.
External DocumentationTo 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
Workflow LibraryPreview this Workflow on desktop