---
title: "Get project detail (ingested or synthesized)"
method: GET
path: "/projects/{name}"
---

# Get project detail (ingested or synthesized)

`GET /projects/{name}`

Returns the parsed compose state when the project was ingested via
`POST /projects/{name}` (source=ingested). Otherwise synthesizes a
view from registered containers using the project-name prefix
convention (source=synthesized). 404 only when neither source
knows the project.

## Path parameters

- `name` string, required

## Response `200`

Project detail

- object

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/full-chaos/apis/container-compose-api.md) · [All operations](https://skmtc.net/full-chaos/apis/container-compose-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/full-chaos/container-compose-api/versions/7bf76e7a9941/schema)
