---
title: "GetProject"
method: POST
path: "/gitpod.v1.ProjectService/GetProject"
tags: ["gitpod.v1.ProjectService"]
---

# GetProject

`POST /gitpod.v1.ProjectService/GetProject`

Gets details about a specific project.

 Use this method to:
 - View project configuration
 - Check project status
 - Get project metadata

 ### Examples

 - Get project details:

   Retrieves information about a specific project.

   ```yaml
   projectId: "b0e12f6c-4c67-429d-a4a6-d9838b5da047"
   ```

## Request body

- GitpodV1GetProjectRequest
  - `projectId` string, uuid — project_id specifies the project identifier

## Response `200`

Success

- GitpodV1GetProjectResponse
  - `project` GitpodV1Project — unresolved $ref

## Other responses

- `default` — Error

## Changes

- **2025-02-21** `3655d5ad0ac3` — 1 breaking, 8 info
  - the `project` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `project/automationsFilePath` to the response with the `200` status
  - added the optional property `project/devcontainerFilePath` to the response with the `200` status
  - added the optional property `project/id` to the response with the `200` status
  - …5 more
- **2025-02-18** `cd6a05ae99d2` — 1 warning
  - removed the optional property `detail` from the response with the `default` status

[Change history](https://skmtc.dev/gitpod-io/apis/gitpod-v1/changes/gitpod.v1.ProjectService/GetProject/post.md)

---

[API](https://skmtc.dev/gitpod-io/apis/gitpod-v1.md) · [All operations](https://skmtc.dev/gitpod-io/apis/gitpod-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gitpod-io/gitpod-v1/revisions/3655d5ad0ac3/schema)
