---
title: "Get Project by code"
method: GET
path: "/project/{code}"
tags: ["projects"]
---

# Get Project by code

`GET /project/{code}`

This method allows to retrieve a specific project.

## Path parameters

- `code` string, required

## Response `200`

A Project.

- ProjectResponse
  - `status` boolean
  - `result` Project
    - `title` string
    - `code` string
    - `counts` object
      - `cases` integer
      - `suites` integer
      - `milestones` integer
      - `runs` object
        - `total` integer
        - `active` integer
      - `defects` object
        - `total` integer
        - `open` integer

## Other responses

- `400` — Bad Request.
- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Not Found.
- `429` — Too Many Requests.

---

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