Skip to content

The Risk Assessment Result Object

The risk assessment result object is returned as result on a succeeded risk_assessment Job Object. It contains the overall numeric risk score without findings or citations.

{
"type": "analysis.risk.result",
"riskScore": 72
}
FieldTypeDescription
typestringResult discriminator. Always analysis.risk.result.
riskScoreintegerOverall compliance risk score from 0 to 100.
ScoreBand
0–20Limited
21–40Low
41–60Moderate
61–80High
81–100Critical

For prioritized findings and regulatory citations alongside the score, use Create Screen Analysis Job instead.