---
title: "Get All Model Risks"
method: GET
path: "/modelRisks"
tags: ["Model Risks"]
---

# Get All Model Risks

`GET /modelRisks`

## Query parameters

- `filter` 'active' | 'deleted' | 'all'

## Response `200`

Success

- object
  - `message` string
  - `data` ModelRiskResponse[]
    - `id` integer
    - `risk_name` string
    - `risk_category` 'Performance' | 'Bias & Fairness' | 'Security' | 'Data Quality' | 'Compliance'
    - `risk_level` 'Low' | 'Medium' | 'High' | 'Critical'
    - `status` 'Open' | 'In Progress' | 'Resolved' | 'Accepted'
    - `owner` string
    - `target_date` string, date
    - `description` string
    - `mitigation_plan` string
    - `impact` string
    - `likelihood` string
    - `key_metrics` string
    - `current_values` string
    - `threshold` string
    - `model_id` integer, nullable
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.net/verifywise-ai/apis/verifywise-api.md) · [All operations](https://skmtc.net/verifywise-ai/apis/verifywise-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/verifywise-ai/verifywise-api/versions/c764f0a64a5e/schema)
