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

# GetSCMIntegration

`POST /gitpod.v1.RunnerConfigurationService/GetSCMIntegration`

Gets details about a specific SCM 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

- GitpodV1GetSCMIntegrationRequest
  - `id` string, uuid

## Response `200`

Success

- GitpodV1GetSCMIntegrationResponse
  - `integration` GitpodV1SCMIntegration
    - `host` string
    - `id` string — id is the unique identifier of the SCM integration
    - `oauth` GitpodV1SCMIntegrationOAuthConfig
      - `clientId` string — client_id is the OAuth app's client ID in clear text.
      - `encryptedClientSecret` string, byte — encrypted_client_secret is the OAuth app's secret encrypted with the runner's public key.
    - `pat` boolean
    - `runnerId` string
    - `scmId` string — scm_id references the scm_id in the runner's configuration schema that this integration is for

## Other responses

- `default` — Error

## Changes

- **2025-02-21** `3655d5ad0ac3` — 1 breaking, 7 info
  - the `integration` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `integration/host` to the response with the `200` status
  - added the optional property `integration/id` to the response with the `200` status
  - added the optional property `integration/oauth` to the response with the `200` status
  - …4 more
- **2025-02-18** `cd6a05ae99d2` — 1 warning
  - removed the optional property `detail` from the response with the `default` status

[Change history](https://skmtc.dev/gitpod-io/apis/gitpod-v1/changes/gitpod.v1.RunnerConfigurationService/GetSCMIntegration/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/3655d5ad0ac3/schema)
