---
title: "GetLLMIntegration"
method: POST
path: "/gitpod.v1.RunnerConfigurationService/GetLLMIntegration"
tags: ["gitpod.v1.RunnerConfigurationService"]
---

# GetLLMIntegration

`POST /gitpod.v1.RunnerConfigurationService/GetLLMIntegration`

Gets details about a specific LLM integration.

 Use this method to:
 - View integration settings
 - Check integration status
 - Verify configuration

 ### Examples

 - Get integration details:

   Retrieves information about a specific integration.

   ```yaml
   id: "d2c94c27-3b76-4a42-b88c-95a85e392c68"
   ```

## Request body

- GitpodV1GetLLMIntegrationRequest
  - `id` string, uuid

## Response `200`

Success

- GitpodV1GetLLMIntegrationResponse
  - `integration` GitpodV1LLMIntegration
    - `encryptedApiKey` string, byte — encrypted_api_key is the LLM provider's API key encrypted with the runner's public key.
    - `endpoint` string
    - `id` string — id is the unique identifier of the LLM integration
    - `models` GitpodV1SupportedModel[] — models represents the supported LLM models for this integration
    - `runnerId` string

## 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.RunnerConfigurationService/GetLLMIntegration/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)
