gitpod.v1.RunnerInteractionService

ListRunnerEnvironments

ListRunnerEnvironments returns the environments this runner is responsible for.

post/gitpod.v1.RunnerInteractionService/ListRunnerEnvironments

Query parameters

pageSizeinteger
tokenstring

Request body

environmentIdsstring[]

An optional list of environment IDs to fetch. If this list is empty/not provided all environments that ought to run on the runner are returned.

runnerIdstring uuid

The runner's identifier

Response

Success

Changes