---
title: "Get a project"
method: GET
path: "/gh/{ownerKeyOrId}/projects/{keyOrId}"
tags: ["Projects"]
---

# Get a project

`GET /gh/{ownerKeyOrId}/projects/{keyOrId}`

Retrieves details about a specific Project

## Path parameters

- `ownerKeyOrId` string, required — Repository owner name (login) or workspace ID
- `keyOrId` string, required — Repository name or project ID

## Response `200`

Retrieve the project

- Project
  - `id` string, required
  - `workspaceId` string, required
  - `providerUrl` string, required — URL to the repository on the provider
  - `key` string, required — Repository name
  - `workspaceKey` string, required — Key of the workspace this project belongs to

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Rate Limit Exceeded
- `500` — Internal Server Error

---

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