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

# Get project by id

`GET /v1/private/projects/{id}`

Get project by id

## Path parameters

- `id` string, uuid, required

## Response `200`

Project resource

- ProjectPublic
  - `id` string, uuid
  - `name` string, required
  - `visibility` 'private' | 'public'
  - `description` string
  - `created_at` string, date-time
  - `created_by` string
  - `last_updated_at` string, date-time
  - `last_updated_by` string
  - `last_updated_trace_at` string, date-time

---

[API](https://skmtc.net/comet-ml/apis/opik-rest-api.md) · [All operations](https://skmtc.net/comet-ml/apis/opik-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/comet-ml/opik-rest-api/versions/4ed2fbc97cc3/schema)
