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

# GET /projects/{projectId}

`GET /projects/{projectId}`

Retrieve a project from the database based on the ID

## Path parameters

- `projectId` string, required — The unique identifier for a Project in the database

## Response `200`

- Project
  - `id` string, required — The unique identifier for a Project in the database
  - `title` string, required

## Other responses

- `404`

## Changes

- **2024-03-05** `2da5b1053d46` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/heysavvy/apis/api/changes/projects/:projectId/get.md)

---

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