---
title: "Get project status counts"
method: GET
path: "/projects/status-counts"
tags: ["Projects"]
---

# Get project status counts

`GET /projects/status-counts`

Returns count of projects by status for dashboard widgets

## Response `200`

Successful response

- object
  - `data` object
    - `proposed` integer
    - `active` integer
    - `on hold` integer
    - `completed` integer
    - `archived` integer

## Other responses

- `401` — Unauthenticated

---

[API](https://skmtc.net/harpoonapp/apis/harpoon-api-documentation.md) · [All operations](https://skmtc.net/harpoonapp/apis/harpoon-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/harpoonapp/harpoon-api-documentation/versions/e8fd192f94c6/schema)
