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

---

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