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

# Get project

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

Returns project details, domains, and recent deployment information for one application project or deployed Thurgood app. Use this endpoint when you need a single record with hosting metadata for a details view.

## Path parameters

- `id` string, required

## Response `200`

Project retrieved successfully

## Other responses

- `400` — Project ID is required
- `401` — Invalid API key
- `403` — API key does not have access to compute service
- `404` — Project not found

---

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