---
title: "List all GitHub installations"
method: GET
path: "/project/{project_id}/github"
tags: ["GitHub"]
---

# List all GitHub installations

`GET /project/{project_id}/github`

## Response `200`

A list of GitHub Installations

- object
  - `count` integer, required
  - `items` GithubInstallation[], required
    - `id` string, required — ID of the GitHub installation
    - `name` string, required — Name of the GitHub installation (GitHub user/organization name)

## Other responses

- `default` — An error response

## Changes

- **2025-10-31** `c744016b20fe` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/ubicloud/apis/clover-api/changes/project/:project_id/github/get.md)

---

[API](https://skmtc.dev/ubicloud/apis/clover-api.md) · [All operations](https://skmtc.dev/ubicloud/apis/clover-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ubicloud/clover-api/revisions/ae229e5ccaee/schema)
