---
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

- **2026-01-09** `3935e467f9c1` — 1 info
  - added the optional property `project/recommendedEditors` to the response with the `200` status
- **2025-12-15** `d62ef4b9187c` — 3 warning, 5 info
  - added the new `CLONE_TARGET_MODE_REMOTE_TAG` enum value to the `project/initializer/specs/items/git/targetMode` response property for the response status `200`
  - added the new `PRINCIPAL_AGENT_EXECUTION` enum value to the `project/metadata/creator/principal` response property for the response status `200`
  - added the new `PRINCIPAL_AGENT_EXECUTION` enum value to the `project/usedBy/subjects/items/principal` response property for the response status `200`
  - added the optional property `project/desiredPhase` to the response with the `200` status
  - …4 more
- **2025-06-10** `ca9a49ac7fbb` — 2 warning, 1 info
  - added the new `PRINCIPAL_RUNNER_MANAGER` enum value to the `project/metadata/creator/principal` response property for the response status `200`
  - added the new `PRINCIPAL_RUNNER_MANAGER` enum value to the `project/usedBy/subjects/items/principal` response property for the response status `200`
  - added the optional property `project/technicalDescription` to the response with the `200` status
- …earlier changes not shown

[Full 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/b97dcde84128/schema)
