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

# Get project

`GET /projects/{project_id}`

Returns a single project if it belongs to the authenticated tenant.

## Path parameters

- `project_id` string, required

## Response `200`

Project

- object
  - `id` string, required
  - `name` string, required
  - `description` string, nullable, required
  - `sort_order` number, required
  - `created_at` string, date-time, nullable, required
  - `updated_at` string, date-time, nullable, required

## Other responses

- `404` — Not found

---

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