v18

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

ListRunnerWarmPools

Lists all warm pools assigned to this runner.

Use this method on startup to discover all warm pools the runner should be managing.

post/gitpod.v1.RunnerInteractionService/ListRunnerWarmPools

Query parameters

pageSizeinteger
tokenstring

Request body

runnerIdstring uuid required

The runner's identity

shardIdsinteger[]

Optional shard filter. When set, only return warm pools whose ShardOf(id) is in this set. Used by horizontally-scaled runner replicas to fetch only the resources they own. Values must be in [0, 64).

Response

Success