---
title: "List connected GitHub installations"
method: GET
path: "/v1/integrations/github/installations"
tags: ["integrations"]
---

# List connected GitHub installations

`GET /v1/integrations/github/installations`

List connected GitHub App installations with their selected repository counts.

## Response `200`

Connected GitHub App installations for the organization

- GitHubInstallationOverviewListResponse — List of connected GitHub installations for the data sources overview.
  - `data` GitHubInstallationOverview[], required — Connected GitHub installations
    - `installation_id` string, required — Mixedbread installation ID
    - `github_installation_id` string, required — GitHub App installation ID
    - `account_login` string, nullable, required — GitHub account the app is installed on
    - `status` string, required — The installation status
    - `store_id` string, nullable — Mixedbread ingestion store ID
    - `store_name` string, nullable — Mixedbread ingestion store name
    - `syncing_repository_count` integer — Number of repositories selected for ingestion
    - `resource_types` string[] — Resource types imported

## Changes

- **2026-09-26** `9c6c72afde2d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mixedbread/apis/mxbai-omni/changes/v1/integrations/github/installations/get.md)

---

[API](https://skmtc.dev/mixedbread/apis/mxbai-omni.md) · [All operations](https://skmtc.dev/mixedbread/apis/mxbai-omni/llms.txt) · [OpenAPI document](https://skmtc.dev/mixedbread/apis/mxbai-omni/revisions/9c6c72afde2d?raw)
