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?