Retrieve a risk assessment
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Response
URL of the business as of this assessment’s order (GET /businesses/{id}?order_id={order_id}), resolving to the per-order snapshot to compare against the assessment’s findings. Null for assessments not tied to an order.
Point-in-time per-resource findings produced by this assessment. Each element is typed by type (email_address | phone_number | website).
Categorical risk verdict. not_available means a Risk order ran but could not produce a conclusive verdict. New values are not expected; level is a closed set.
The order this assessment was produced against — the snapshot coordinate. Fetch the business as of this order with GET /businesses/{id}?order_id={order_id} to compare the assessment’s findings against the underlying record. Null for assessments not tied to an order.