---
title: "Get assessment progress across all projects"
method: GET
path: "/projects/all/assessment/progress"
tags: ["Projects"]
---

# Get assessment progress across all projects

`GET /projects/all/assessment/progress`

## Response `200`

Aggregated assessment progress returned

- object
  - `message` string
  - `data` AssessmentProgress
    - `totalQuestions` union
      - string
      - integer
    - `answeredQuestions` union
      - string
      - integer

## Other responses

- `401` — Unauthorized
- `404` — No projects found
- `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)
