---
title: "GetRunnerConfiguration"
method: POST
path: "/gitpod.v1.RunnerInteractionService/GetRunnerConfiguration"
tags: ["gitpod.v1.RunnerInteractionService"]
---

# GetRunnerConfiguration

`POST /gitpod.v1.RunnerInteractionService/GetRunnerConfiguration`

## Request body

- GitpodV1GetRunnerConfigurationRequest
  - `runnerId` string, uuid

## Response `200`

Success

- GitpodV1GetRunnerConfigurationResponse
  - `configuration` GitpodV1GetRunnerConfigurationResponseRunnerConfiguration
    - `autoUpdate` boolean
    - `devcontainerImageCacheEnabled` boolean
    - `logLevel` 'LOG_LEVEL_UNSPECIFIED' | 'LOG_LEVEL_DEBUG' | 'LOG_LEVEL_INFO' | 'LOG_LEVEL_WARN' | 'LOG_LEVEL_ERROR'
    - `metrics` GitpodV1RunnerMetricsConfiguration
      - `enabled` boolean
      - `encryptedPassword` string, byte
      - `encryptedUsername` string, byte
      - `url` string
    - `region` string
    - `releaseChannel` 'RUNNER_RELEASE_CHANNEL_UNSPECIFIED' | 'RUNNER_RELEASE_CHANNEL_STABLE' | 'RUNNER_RELEASE_CHANNEL_LATEST'

## Other responses

- `default` — Error

## Changes

- **2025-06-10** `ca9a49ac7fbb` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/gitpod-io/apis/gitpod-v1/changes/gitpod.v1.RunnerInteractionService/GetRunnerConfiguration/post.md)

---

[API](https://skmtc.dev/gitpod-io/apis/gitpod-v1.md) · [All operations](https://skmtc.dev/gitpod-io/apis/gitpod-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gitpod-io/gitpod-v1/revisions/ca9a49ac7fbb/schema)
