---
title: "Calculate project risk distribution"
method: GET
path: "/projects/calculateProjectRisks/{id}"
tags: ["Projects"]
---

# Calculate project risk distribution

`GET /projects/calculateProjectRisks/{id}`

## Path parameters

- `id` integer, required

## Response `200`

Risk calculations returned

- object
  - `message` string
  - `data` ProjectRiskCount[]
    - `risk_level_autocalculated` string
    - `count` string

## Other responses

- `204` — No risk data available
- `500` — Internal server error

## Changes

- **2026-04-21** `55cdc040840c` — 4 info
  - added the media type `application/json` for the response with the status `200`
  - added the media type `application/json` for the response with the status `500`
  - removed the non-success response with the status `401`
  - added the success response with the status `204`
- **2026-04-05** `c419b1e72a65` — 1 info
  - endpoint added
- **2025-09-11** `cfa9ae933c17` — 1 breaking
  - api path removed without deprecation
- **2025-01-22** `ed48b7196725` — 5 info
  - api operation id `getProjectRisksCalculations` removed and replaced with ``
  - the endpoint scheme security `JWTAuth` was added to the API
  - the endpoint scheme security `bearerAuth` was removed from the API
  - api tag `projects` added
  - …1 more

[Change history](https://skmtc.dev/verifywise-ai/apis/verifywise-api/changes/projects/calculateProjectRisks/: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/d86d0bf8bebe/schema)
