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

# GET /v1/projects/{projectOrProductUID}

`GET /v1/projects/{projectOrProductUID}`

Get a Project by ProjectUID

## Path parameters

- `projectOrProductUID` string, required

## Response `200`

Successful operation

- Project
  - `administrative_contact` Contact, nullable
    - `email` string
    - `name` string
    - `organization` string
    - `role` string
  - `created` string, date-time, required
  - `label` string, required
  - `role` 'owner' | 'developer' | 'viewer' | 'support' | 'null', nullable
  - `technical_contact` Contact, nullable
    - `email` string
    - `name` string
    - `organization` string
    - `role` string
  - `uid` string, required

## Other responses

- `default` — The response body in case of an API error.

---

[API](https://skmtc.net/notefile/apis/notehub-api.md) · [All operations](https://skmtc.net/notefile/apis/notehub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/notefile/notehub-api/versions/9c5b2b63a991/schema)
