---
title: "Get Project Stats"
method: GET
path: "/api/v1/projects/stats"
tags: ["projects"]
---

# Get Project Stats

`GET /api/v1/projects/stats`

Get project count statistics for the current user's dashboard.

Returns the total number of projects and a breakdown by status in a
single query, replacing the need for multiple list calls with limit=1.

## Response `200`

Successful Response

- ProjectStatsResponse — Project count statistics for the user dashboard. Returns the total number of projects and a breakdown by status, enabling the dashboard to render stat cards from a single API call.
  - `total` integer, required
  - `by_status` object, required

---

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