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.

    projectId: "b0e12f6c-4c67-429d-a4a6-d9838b5da047"
    
post/gitpod.v1.ProjectService/GetProject

Request body

projectIdstring uuid

project_id specifies the project identifier

Response

Success

projectGitpodV1Project — unresolved $ref

Changes