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

# Get a project

`GET /v1/projects/{project_id}`

Fetch a project with its rounds, simulations, and each round's current
synthesis.

## Path parameters

- `project_id` string, uuid, required

## Headers

- `authorization` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-14** `79d8db9d1182` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/stainless-api/apis/semilattice-api/changes/v1/projects/:project_id/get.md)

---

[API](https://skmtc.dev/stainless-api/apis/semilattice-api.md) · [All operations](https://skmtc.dev/stainless-api/apis/semilattice-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stainless-api/semilattice-api/revisions/79d8db9d1182/schema)
