---
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, required
  - `team` object[], required
    - `id` integer, required
    - `name` string, required
  - `manager` integer, required
  - `description` string, required

## Other responses

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

## Changes

- **2025-01-09** `a59b7402c514` — 3 breaking
  - the response property `code` became optional for the status `404`
  - the response property `code` became optional for the status `500`
  - the response property `code` became optional for the status `503`
- **2025-01-09** `29074eeb2bb5` — 3 info
  - added the media type `application/json` for the response with the status `404`
  - added the non-success response with the status `500`
  - added the non-success response with the status `503`
- **2025-01-07** `659ddbe31a58` — 2 breaking, 4 info
  - removed the media type `application/json` for the response with the status `404`
  - removed the required property `teamSize` from the response with the `200` status
  - removed the non-success response with the status `500`
  - removed the non-success response with the status `503`
  - …2 more

[Change history](https://skmtc.dev/ducin-public/apis/itcorpo-api/changes/projects/:projectId/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/2bb1ebc60ebd/schema)
