---
title: "View a project"
method: GET
path: "/v0/projects/{project}"
tags: ["projects"]
---

# View a project

`GET /v0/projects/{project}`

View a project. If the user is not authenticated, then only a public project is available. If the user is authenticated, then any public project and any private project where the user has `view` permissions is available. A valid project key for the project may also be used for authentication.

## Path parameters

- `project` string, required

## Response `200`

successful operation

- JsonProject
  - `claimed` string, date-time
  - `created` string, date-time, required
  - `modified` string, date-time, required
  - `name` string, required
  - `organization` string, uuid, required
  - `slug` string, required
  - `url` string
  - `uuid` string, uuid, required
  - `visibility` 'public' | 'private', required

## Other responses

- `4XX` — Error
- `5XX` — Error

---

[API](https://skmtc.net/bencherdev/apis/bencher-api.md) · [All operations](https://skmtc.net/bencherdev/apis/bencher-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bencherdev/bencher-api/versions/84086e99e6cd/schema)
