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

# GET /v1/projects/{projectId}

`GET /v1/projects/{projectId}`

Get a project

## Path parameters

- `projectId` string, required

## Response `200`

Project retrieved successfully

- object
  - `id` string, required
  - `organizationId` string, required
  - `teamId` string, required
  - `ownerId` string, required
  - `name` string, required
  - `slug` string, required
  - `description` string, nullable, required
  - `createdAt` string, nullable, required
  - `updatedAt` string, nullable, required

## Other responses

- `401` — Authentication required
- `403` — Access denied
- `404` — Project not found

---

[API](https://skmtc.net/spectra/apis/spectra-fm-api.md) · [All operations](https://skmtc.net/spectra/apis/spectra-fm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spectra/spectra-fm-api/revisions/e7ee25ecc8d3/schema)
