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

# ListRunnerIntegrations

`POST /gitpod.v1.RunnerInteractionService/ListRunnerIntegrations`

Lists integrations configured for a runner.

 Use this method to:
 - View available integrations
 - Check integration configurations
 - Monitor integration status

 ### Examples

 - List integrations:

   Shows integrations for a runner.

   ```yaml
   runnerId: "d2c94c27-3b76-4a42-b88c-95a85e392c68"
   pagination:
     pageSize: 20
   ```

## Query parameters

- `pageSize` integer
- `token` string

## Request body

- GitpodV1ListRunnerIntegrationsRequest
  - `filter` GitpodV1ListRunnerIntegrationsRequestFilter
    - `integrationIds` string[] — integration_ids filters the response to only integrations with these IDs
  - `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

- GitpodV1ListRunnerIntegrationsResponse
  - `integrations` GitpodV1Integration[] — The integrations configured for the runner
    - `auth` GitpodV1IntegrationAuthentication — IntegrationAuthentication defines authentication requirements and options
      - `apiKey` GitpodV1IntegrationAPIKeyConfig — IntegrationAPIKeyConfig defines API key authentication configuration Additional API key configuration can be added here
      - `oauth` GitpodV1IntegrationOAuthConfig — IntegrationOAuthConfig defines OAuth-specific configuration
        - `authUrl` string — auth_url is the OAuth authorization endpoint URL
        - `clientId` string — client_id is the OAuth client ID
        - `clientSecret` string — client_secret is the OAuth client secret
        - `redirectUrl` string — redirect_url is the OAuth callback/redirect URL
        - `scopes` string[] — scopes are the OAuth scopes to request
        - `tokenUrl` string — token_url is the OAuth token endpoint URL
      - `proprietaryApp` GitpodV1IntegrationProprietaryAppConfig — IntegrationProprietaryAppConfig defines proprietary application integration configuration
        - `clientId` string — client_id is the GitHub app client ID
        - `clientSecret` string — client_secret is the GitHub app client secret
        - `webhookSecret` string — webhook_secret is the GitHub app webhook secret
      - `requiresAuth` boolean — requires_auth indicates if authentication is required for this integration
    - `capabilities` GitpodV1IntegrationCapabilities — IntegrationCapabilities defines what an integration can do
      - `agentClient` GitpodV1IntegrationAgentClientCapability — IntegrationAgentClientCapability defines agent client capability Additional agent client configuration can be added here
      - `contextParsing` GitpodV1IntegrationContextParsingCapability — IntegrationContextParsingCapability defines context parsing capability Additional context parsing configuration can be added here
      - `login` GitpodV1IntegrationLoginCapability — IntegrationLoginCapability defines login/authentication capability Additional login configuration can be added here
      - `mcp` GitpodV1IntegrationMCPCapability — IntegrationMCPCapability defines Model Context Protocol capability
        - `headers` GitpodV1MCPHeader[] — headers contains extra HTTP headers to include in the request
          - `header` string — header contains the HTTP Header name
          - `value` string — value contains HTTP Header value
        - `url` string — url is the remote server URL for the MCP server
      - `sourceCodeAccess` GitpodV1IntegrationSourceCodeAccessCapability — IntegrationSourceCodeAccessCapability defines source code access capability Additional source code access configuration can be added here
    - `enabled` boolean — enabled indicates if this integration is currently enabled
    - `host` string — host is the hostname for this integration (e.g., "linear.app") - optional, inherits from definition
    - `id` string, required — id is the unique identifier for this integration instance
    - `integrationDefinitionId` string, required — integration_definition_id references the integration definition ID
    - `organizationId` string, required — organization_id is the organization this integration belongs to
    - `runnerId` string — runner_id - if set, restricts integration to specific runner
  - `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

- **2025-12-15** `d62ef4b9187c` — 1 info
  - endpoint added

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