Get scenario results
GET/scenarios/:scenario_id/results
Detailed sanitized results for the most recent evaluation of a single scenario. Use this to render the violations panel for one canvas.
If the scenario exists but has never been evaluated, the response returns
violations: [], evaluated_codes: [], zero counts, and
evaluation_status: "not_evaluated". Always check evaluation_status
before rendering a "clean" badge.
Request
Responses
- 200
- 401
- 404
Sanitized results.
Missing or invalid Authorization header or API key.
Scenario not imported into the calling organization.