---
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?

## Changes

> 28 revisions in range; 1 could not be searched.

- **2025-01-17** `4573748c6338` — 2 info
  - added the optional property `errorGUID` to the response with the `500` status
  - added the optional property `errorGUID` to the response with the `503` status
- **2025-01-13** `027398d45de5` — 1 info
  - api tag `Search` added
- **2025-01-09** `a59b7402c514` — 3 breaking, 5 info
  - the `query` request parameter `status` was restricted to a list of enum values
  - the response property `code` became optional for the status `500`
  - the response property `code` became optional for the status `503`
  - added the new enum value `ACTIVE` to the `query` request parameter `status`
  - …4 more
- **2025-01-09** `29074eeb2bb5` — 2 info
  - added the non-success response with the status `500`
  - added the non-success response with the status `503`
- **2025-01-08** `1a6865d8341f` — 1 warning, 1 info
  - deleted the `query` request parameter `teamMembersMode`
  - added the new optional `query` request parameter `teamMembersFiltering`

[Full history](https://skmtc.dev/ducin-public/apis/itcorpo-api/changes/projects/count/get.md)

---

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