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

# ListRunnerLLMIntegrations

`POST /gitpod.v1.RunnerInteractionService/ListRunnerLLMIntegrations`

## Query parameters

- `pageSize` integer
- `token` string

## Request body

- GitpodV1ListRunnerLLMIntegrationsRequest
  - `filter` GitpodV1ListRunnerLLMIntegrationsRequestFilter
    - `supportedModels` GitpodV1SupportedModel[] — supported_models filters the response to only LLM integrations with these models
  - `pagination` GitpodV1PaginationRequest
    - `pageSize` integer — Page size is the maximum number of results to retrieve per page. Defaults to 25. Maximum 100.
    - `token` string — Token for the next set of results that was returned as next_token of a PaginationResponse
  - `runnerId` string, uuid — The runner's identity

## Response `200`

Success

- GitpodV1ListRunnerLLMIntegrationsResponse
  - `llmIntegrations` GitpodV1LLMIntegration[] — The LLM integrations configured for the runner
    - `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
    - `maxTokens` string — the maximum number of tokens to generate before stopping. 0 is a model default.
    - `models` GitpodV1SupportedModel[] — models represents the supported LLM models for this integration
    - `phase` 'LLM_INTEGRATION_PHASE_UNSPECIFIED' | 'LLM_INTEGRATION_PHASE_AVAILABLE' | 'LLM_INTEGRATION_PHASE_UNAVAILABLE' | 'LLM_INTEGRATION_PHASE_DISABLED' — LLMIntegrationPhase represents the current status/phase of an LLM integration
    - `phaseReason` string — phase_reason provides explanation for the current phase (e.g., "insufficient funds", "user disabled")
    - `requestHeaders` GitpodV1LLMIntegrationRequestHeader[] — request_headers contains optional headers for the LLM integration.
      - `key` string
      - `value` string, byte
    - `runnerId` string
  - `pagination` GitpodV1PaginationResponse
    - `nextToken` string — Token passed for retrieving the next set of results. Empty if there are no more results

## Other responses

- `default` — Error

## Changes

- **2026-02-11** `b97dcde84128` — 2 warning, 2 info
  - added the new `SUPPORTED_MODEL_OPUS_4_6` enum value to the `llmIntegrations/items/models/items/` response property for the response status `200`
  - added the new `SUPPORTED_MODEL_OPUS_4_6_EXTENDED` enum value to the `llmIntegrations/items/models/items/` response property for the response status `200`
  - added the new `SUPPORTED_MODEL_OPUS_4_6` enum value to the request property `filter/supportedModels/items/`
  - added the new `SUPPORTED_MODEL_OPUS_4_6_EXTENDED` enum value to the request property `filter/supportedModels/items/`
- **2025-12-15** `d62ef4b9187c` — 4 warning, 8 info
  - added the new `SUPPORTED_MODEL_OPUS_4_5` enum value to the `llmIntegrations/items/models/items/` response property for the response status `200`
  - added the new `SUPPORTED_MODEL_OPUS_4_5_EXTENDED` enum value to the `llmIntegrations/items/models/items/` response property for the response status `200`
  - added the new `SUPPORTED_MODEL_SONNET_4_5` enum value to the `llmIntegrations/items/models/items/` response property for the response status `200`
  - added the new `SUPPORTED_MODEL_SONNET_4_5_EXTENDED` enum value to the `llmIntegrations/items/models/items/` response property for the response status `200`
  - …8 more
- **2025-06-10** `ca9a49ac7fbb` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/gitpod-io/apis/gitpod-v1/changes/gitpod.v1.RunnerInteractionService/ListRunnerLLMIntegrations/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/b97dcde84128/schema)
