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

---

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