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

# List GitHub Integrations

`GET /v1/integrations/github/install`

List available GitHub integrations for LangGraph Platfom Cloud SaaS.

## Response `200`

Successful Response

- GithubIntegration[]
  - `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.

---

[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)
