gitpod.v1.RunnerInteractionService
ListRunnerEnvironments
Lists all environments managed by a runner.
Use this method to:
- View assigned environments
- Monitor environment status
- Check environment assignments
Examples
-
List environments:
Shows all environments for a runner.
runnerId: "d2c94c27-3b76-4a42-b88c-95a85e392c68" pagination: pageSize: 20 -
List specific environments:
Shows details for specific environment IDs.
runnerId: "d2c94c27-3b76-4a42-b88c-95a85e392c68" environmentIds: ["07e03a28-65a5-4d98-b532-8ea67b188048"] pagination: pageSize: 20
post/gitpod.v1.RunnerInteractionService/ListRunnerEnvironments
Query parameters
pageSizeinteger
tokenstring
Request body
Response
Success