---
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

## Changes

- **2026-04-21** `55cdc040840c` — 2 info
  - added the new optional `query` request parameter `filter`
  - added the media type `application/json` for the response with the status `200`
- **2026-04-05** `ac49160fcab0` — 1 breaking, 1 info
  - api path removed without deprecation
  - endpoint added
- **2026-04-05** `c419b1e72a65` — 1 breaking, 1 info
  - api path removed without deprecation
  - endpoint added
- **2025-09-20** `ef74bb5c7cf6` — 1 info
  - endpoint added
- **2025-01-22** `ed48b7196725` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/verifywise-ai/apis/verifywise-api/changes/modelRisks/get.md)

---

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