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

# Get a project by ID

`GET /project/{projectId}`

## Path parameters

- `projectId` string, required

## Response `200`

A project

- ProjectSessions
  - `id` string
  - `name` string
  - `created_on` string, date-time
  - `sessions` Session[]
    - `id` string
    - `project_id` string
    - `user` string
    - `start_time` string, date-time
    - `end_time` string, date-time

## Changes

- **2024-08-12** `5800c68dedbb` — 1 warning, 4 info
  - removed the optional property `project` from the response with the `200` status
  - added the optional property `created_on` to the response with the `200` status
  - added the optional property `id` to the response with the `200` status
  - added the optional property `name` to the response with the `200` status
  - …1 more

[Change history](https://skmtc.dev/defra/apis/twiki-api/changes/project/:projectId/get.md)

---

[API](https://skmtc.dev/defra/apis/twiki-api.md) · [All operations](https://skmtc.dev/defra/apis/twiki-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/defra/twiki-api/revisions/c3ab20af61ef/schema)
