v18

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014211,6201.8 MB
gitpod.v1.RunnerInteractionService

GetRunnerEnvironment

Retrieves environment details for a specific runner.

Use this method to:

  • Get environment configuration
  • Check environment status
  • Verify environment ownership

Examples

  • Get environment:

    Retrieves environment details.

    runnerId: "d2c94c27-3b76-4a42-b88c-95a85e392c68"
    environmentId: "07e03a28-65a5-4d98-b532-8ea67b188048"
    
post/gitpod.v1.RunnerInteractionService/GetRunnerEnvironment

Request body

environmentIdstring uuid

The environment's ID

runnerIdstring uuid

The runner's identity

Response

Success