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

# Get project

`GET /v1/projects/{projectId}`

Get a single project.

## Path parameters

- `projectId` string, required

## Response `200`

Success

- Project
  - `id` string, required
  - `name` string, required
  - `description` string, nullable, required
  - `taskCode` string, required
  - `repos` object[], required
    - `repoFullName` string, required
    - `branch` string, required
  - `createdAt` string, required
  - `updatedAt` string, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `422` — Validation error
- `500` — Internal error

---

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