---
title: "Project Review Summary"
method: GET
path: "/api/v1/viewer-callouts/projects/{project_id}/review-summary"
tags: ["viewer-callouts"]
---

# Project Review Summary

`GET /api/v1/viewer-callouts/projects/{project_id}/review-summary`

Return per-part reviewable-callout counts for a project.

Drives the Ollie sidebar CTA that routes the user into the guided
review flow for the first part with pending items.

## Path parameters

- `project_id` string, uuid, required

## Response `200`

Successful Response

- ProjectReviewSummary — Project-level review summary — one row per part with pending items.
  - `parts` PartReviewSummary[], required
    - `part_id` string, uuid, required
    - `part_name` string, required
    - `cad_file_version_id` string, uuid, nullable, required
    - `reviewable_count` integer, required
    - `total_features` integer, required
    - `top_severity` string, nullable, required
    - `is_completed` boolean, required
    - `is_processed` boolean, required

## Other responses

- `422` — Validation Error

---

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