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

# Get project

`GET /v1/projects/{id}`

Return the requested project by its ID.

## Response `200`

OK

- Project — A project in a namespace.
  - `id` string, required — Unique identifier of the project.
  - `key` string, required — Key of the project.
  - `name` string, required — Name of the project.
  - `description` string, nullable — Description of the project.
  - `logo` string, uri, nullable — Logo of the project.
  - `status` 'active' | 'pending', required — Status of the project.
  - `teams` string[], required — IDs of the teams in the project.
  - `document_count` integer, nullable — Number of documents that belong to the project when projected.
  - `issue_count` integer, nullable — Number of issues that belong to the project when projected.
  - `created_at` string, date-time, required — Date when the project was created.
  - `updated_at` string, date-time, nullable, required — Date when the project was updated.

## Other responses

- `400` — Bad request
- `401` — Unauthorized request
- `403` — Forbidden
- `404` — The requested resource not found
- `500` — Internal Server Error

## Changes

- **2026-08-16** `6965ecf3ab92` — 3 breaking, 2 info
  - the `key` response property's minLength was decreased from `3` to `2` for the response status `200`
  - removed the required property `documents` from the response with the `200` status
  - removed the required property `issues` from the response with the `200` status
  - added the optional property `document_count` to the response with the `200` status
  - …1 more
- **2026-08-07** `6ff580b1e226` — 1 breaking, 5 info
  - the `documents/items/` response's property type changed from `string` to `object` for status `200`
  - added the optional property `documents/items/created_at` to the response with the `200` status
  - added the optional property `documents/items/excerpt` to the response with the `200` status
  - added the required property `documents/items/created_by` to the response with the `200` status
  - …2 more
- **2026-08-06** `775e3ad46e61` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/opcotech/apis/elemo-api/changes/v1/projects/:id/get.md)

---

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