---
title: "Get Project"
method: GET
path: "/v0/project/{project_name}"
tags: ["Projects"]
---

# Get Project

`GET /v0/project/{project_name}`

Returns detailed information about a specific project.

## Path parameters

- `project_name` string, required — Project name, may contain slashes

## Response `200`

Project details

- ProjectOut — Response model for detailed project data.
  - `id` integer, required — The unique identifier of the project
  - `name` string, required — The name of the project
  - `description` string, nullable — Description of the project
  - `icon` string, required — Icon identifier for the project
  - `is_versioned` boolean, required — Whether the project is versioned
  - `created_at` string, nullable, required — When the project was created
  - `updated_at` string, nullable, required — When the project was last updated
  - `user_id` string, nullable — The ID of the user who owns the project
  - `organization_id` integer, nullable — The ID of the organization that owns the project

## Other responses

- `404` — Project Not Found
- `422` — Validation Error

---

[API](https://skmtc.net/unify/apis/unifyai-http-api-reference.md) · [All operations](https://skmtc.net/unify/apis/unifyai-http-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unify/unifyai-http-api-reference/versions/900377f918b6/schema)
