---
title: "Get total number of projects"
method: GET
path: "/projects/count"
tags: ["Projects", "Search"]
---

# Get total number of projects

`GET /projects/count`

## Query parameters

- `projectName` string — Filter projects by name
- `status` 'PLANNING' | 'ACTIVE' | 'COMPLETED' | 'ON_HOLD' — Status of the ongoing project's workflow
- `teamMembers` string — Filter projects by team member IDs according to `teamMembersFiltering`
- `teamMembersFiltering` 'ANY' | 'ALL' — If more than one ID is passed, return either projects with any of the team members (`ANY`) or with all of them (`ALL`)
- `budgetFrom` string — Minimum project budget amount
- `budgetTo` string — Maximum project budget amount

## Response `200`

Successful operation

- integer

## Other responses

- `500` — An internal server error occurred.
- `503` — The service is temporarily unavailable. Maybe there is maintenance?

---

[API](https://skmtc.net/ducin-public/apis/itcorpo-api.md) · [All operations](https://skmtc.net/ducin-public/apis/itcorpo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ducin-public/itcorpo-api/revisions/80675117301b/schema)
