---
title: "Calculate user project progress"
method: GET
path: "/users/{id}/calculate-progress"
tags: ["Users"]
---

# Calculate user project progress

`GET /users/{id}/calculate-progress`

Computes completion metrics across all projects the user is a member of.
Calculates subcontrol completion (status="Done") and assessment question
completion (has answer) per project and as aggregated totals.

## Path parameters

- `id` integer, required

## Response `200`

Progress calculated

- ProgressResponse
  - `assessmentsMetadata` object[]
    - `projectId` integer
    - `totalAssessments` integer
    - `doneAssessments` integer
  - `controlsMetadata` object[]
    - `projectId` integer
    - `totalSubControls` integer
    - `doneSubControls` integer
  - `allTotalAssessments` integer
  - `allDoneAssessments` integer
  - `allTotalSubControls` integer
  - `allDoneSubControls` integer

## Other responses

- `500` — Internal server error

## Changes

- **2026-07-13** `d86d0bf8bebe` — 3 info
  - api operation id `calculateProgress` was added
  - api tag `Users` added
  - api tag `Users - Analytics` removed
- **2026-07-13** `655215fe8c81` — 3 info
  - api operation id `calculateProgress` removed and replaced with ``
  - api tag `Users - Analytics` added
  - api tag `Users` removed
- **2026-06-22** `5878ba786a89` — 3 info
  - api operation id `calculateProgress` was added
  - api tag `Users` added
  - api tag `Users - Analytics` removed
- **2026-04-21** `55cdc040840c` — 6 info
  - api operation id `calculateProgress` removed and replaced with ``
  - api tag `Users - Analytics` added
  - api tag `Users` removed
  - added the media type `application/json` for the response with the status `200`
  - …2 more
- **2026-04-05** `c419b1e72a65` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/verifywise-ai/apis/verifywise-api/changes/users/:id/calculate-progress/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)
