get_findings_risks
Returns a workspace triage dashboard with open findings, active risk acceptances, and at-risk control objectives to answer what is open and prioritize next actions.
Instructions
Workspace-scoped triage dashboard: open findings, active risk acceptances, and at-risk Control Objectives across every model the workspace can access.
Use this as the entry point when an operator asks "what's open?" or "what should I work on next?" — one round-trip returns all three categories with model context and risk dimensions (severity, status, risk_tier, owner, review_by) so the agent can triage without per-model fan-out. The endpoint is read-only and fast; it composes from existing per-model queries server-side.
Returns the envelope verbatim: {workspace_id, evaluated_at, models, findings, risk_acceptances, at_risk_cos, summary}.
summary carries totals (open_findings, total_findings,
active_risk_acceptances, total_risk_acceptances,
at_risk_cos) for quick health-check responses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server_version | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||