---
title: "List Forge GitHub Integrations"
method: GET
path: "/v1/integrations/forge/github/install"
tags: ["Integrations (v1)"]
---

# List Forge GitHub Integrations

`GET /v1/integrations/forge/github/install`

List available Forge GitHub integrations.

## Response `200`

Successful Response

- ForgeGithubIntegration[]
  - `id` string, uuid, required — GitHub Integration ID.<br><br>For example, in the `POST /v2/deployments` request body, set `integration_id` to the value of this field.
  - `installation_id` integer, required — GitHub installation ID.
  - `name` string, required — GitHub accout name.
  - `repository_selection` string, nullable — Whether the GitHub App install grants access to 'all' repos or only 'selected' ones. When 'selected', newly created repos are not auto-included and must be added on GitHub.
  - `settings_url` string, nullable — Deep link to the install's GitHub settings page, where repo access can be edited. GitHub's installation `html_url`.

---

[API](https://skmtc.net/langchain-ai/apis/langsmith-deployment-control-plane-api.md) · [All operations](https://skmtc.net/langchain-ai/apis/langsmith-deployment-control-plane-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langchain-ai/langsmith-deployment-control-plane-api/versions/a0cd098699b4/schema)
