---
title: "Get All Vendor Risks"
method: GET
path: "/vendorRisks/by-projid/{id}"
tags: ["Vendor Risks"]
---

# Get All Vendor Risks

`GET /vendorRisks/by-projid/{id}`

## Path parameters

- `id` string, required

## Query parameters

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

## Response `200`

Success

- object
  - `message` string
  - `data` VendorRiskResponse[]
    - `id` integer
    - `vendor_id` integer
    - `order_no` integer, nullable
    - `risk_description` string
    - `impact_description` string
    - `impact` string, nullable
    - `likelihood` 'Rare' | 'Unlikely' | 'Possible' | 'Likely' | 'Almost certain'
    - `risk_severity` 'Negligible' | 'Minor' | 'Moderate' | 'Major' | 'Catastrophic'
    - `action_plan` string
    - `action_owner` integer
    - `risk_level` string
    - `is_demo` boolean
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

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

## Changes

- **2026-04-21** `55cdc040840c` — 3 info
  - added the new optional `query` request parameter `filter`
  - for the `path` request parameter `id`, the type/format was generalized from `integer`/`` to `string`/``
  - added the media type `application/json` for the response with the status `200`
- **2025-01-22** `ed48b7196725` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/verifywise-ai/apis/verifywise-api/changes/vendorRisks/by-projid/:id/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/3b138b306b5b/schema)
