---
title: "Get project by ID"
method: GET
path: "/projects/{projectId}"
tags: ["Projects"]
---

# Get project by ID

`GET /projects/{projectId}`

## Path parameters

- `projectId` string, required

## Response `200`

Successful operation

- Project
  - `id` string, required
  - `name` string, required
  - `status` 'PLANNING' | 'ACTIVE' | 'COMPLETED' | 'ON_HOLD', required — Status of the ongoing project's workflow
  - `budget` number, required — Monetary value in EUR
  - `startDate` string, date, required
  - `endDate` string, date
  - `manager` integer, required
  - `description` string, required
  - `teamSize` integer, required

## Other responses

- `404` — Project not found
- `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)
