---
title: "Get project team (employees assigned to the project)"
method: GET
path: "/projects/{projectId}/team"
tags: ["Projects"]
---

# Get project team (employees assigned to the project)

`GET /projects/{projectId}/team`

Returns a list of employees that are assigned to the project.

## Path parameters

- `projectId` string, required

## Response `200`

Successful operation

- ProjectWithTeam — Project data combined with its team members
  - `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
  - `team` ProjectEmployeeInvolvement[], required
    - `employeeId` integer, required
    - `projectId` string, required
    - `employeeName` string, required
    - `employeePosition` string, required
    - `employeeURL` string
    - `projectName` string, required
    - `projectStatus` 'PLANNING' | 'ACTIVE' | 'COMPLETED' | 'ON_HOLD', required — Status of the ongoing project's workflow
    - `engagementLevel` 'FULL_TIME' | 'PARTIAL_PLUS' | 'HALF_TIME' | 'ON_DEMAND', required — Level of employee engagement in the project
    - `startDate` string, date-time, required — ISO 8601 date-time string
    - `endDate` string, date-time — ISO 8601 date-time string
    - `duration` Duration, required
      - `years` integer, required
      - `months` integer, required
      - `days` integer, required

## Other responses

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

## Changes

- **2025-09-10** `36d88bab3a14` — 1 breaking, 8 info
  - removed the required property `project` from the response with the `200` status
  - added the optional property `endDate` to the response with the `200` status
  - added the required property `budget` to the response with the `200` status
  - added the required property `description` to the response with the `200` status
  - …5 more
- **2025-09-10** `417afc890070` — 1 info
  - added the required property `project/team` to the response with the `200` status
- **2025-02-03** `91c1a6d49e80` — 1 breaking, 2 info
  - the response's body type/format changed from `array`/`` to `object`/`` for status `200`
  - added the required property `project` to the response with the `200` status
  - added the required property `team` to the response with the `200` status
- **2025-01-24** `512d594a5f71` — 1 breaking, 3 info
  - removed the required property `items/since` from the response with the `200` status
  - added the optional property `items/endDate` to the response with the `200` status
  - added the required property `items/duration` to the response with the `200` status
  - added the required property `items/startDate` to the response with the `200` status
- …earlier changes not shown

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