---
title: "Get Project Summary"
method: GET
path: "/api/v1/design-intents/projects/{project_id}/summary"
tags: ["design-intents"]
---

# Get Project Summary

`GET /api/v1/design-intents/projects/{project_id}/summary`

Aggregate intent status across a project's parts.

Drives the combined Ollie badge (``pending_count``). Returns a zero-filled
summary if the project has zero parts.

## Path parameters

- `project_id` string, uuid, required

## Response `200`

Successful Response

- ProjectIntentSummary — Aggregate across a project's parts — drives the combined nudge badge.
  - `project_id` string, uuid, required
  - `pending_count` integer, required
  - `in_progress_count` integer, required
  - `completed_count` integer, required
  - `skipped_count` integer, required
  - `total_parts` integer, required
  - `pending_part_ids` string[]

## 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)
