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.
Object Shape
Section titled “Object Shape”{ "type": "analysis.risk.result", "riskScore": 72}Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
type | string | Result discriminator. Always analysis.risk.result. |
riskScore | integer | Overall compliance risk score from 0 to 100. |
Risk Score Bands
Section titled “Risk Score Bands”| Score | Band |
|---|---|
0–20 | Limited |
21–40 | Low |
41–60 | Moderate |
61–80 | High |
81–100 | Critical |
For prioritized findings and regulatory citations alongside the score, use Create Screen Analysis Job instead.