---
title: "List GitHub App installations for organization"
method: GET
path: "/organizations/{organizationID}/githubapp/installations"
tags: ["GitHub App"]
---

# List GitHub App installations for organization

`GET /organizations/{organizationID}/githubapp/installations`

Returns all GitHub App installations associated with the specified organization.

## Path parameters

- `organizationID` string, required

## Response `200`

List of GitHub App installations

- object
  - `installations` GithubInstallation[], required — Array of GitHub App installations
    - `id` string, required — Unique identifier of the installation record
    - `installationId` integer, required — GitHub App installation ID
    - `organization` string, required — Organization ID this installation belongs to
    - `createdAt` string, date-time, required — Timestamp when the installation was created
    - `updatedAt` string, date-time, required — Timestamp when the installation was last updated

## Other responses

- `400` — Generic error response for most error conditions
- `401` — Error response when authentication or authorization fails
- `5XX` — Unexpected Error
- `default` — Unexpected Error

---

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