---
title: "List org-scoped GitHub installs"
method: GET
path: "/api/v1/integrations/github/installations"
tags: ["GitHub integration"]
---

# List org-scoped GitHub installs

`GET /api/v1/integrations/github/installations`

Project-scoped installs and revoked / suspended installs are excluded.

## Response `200`

OK

- object
  - `installations` object[], required
    - `id` string, uuid, required
    - `installation_id` integer, required — GitHub's numeric install ID.
    - `account_login` string, nullable, required
    - `account_type` string, nullable, required
    - `created_at` string, date-time, required

## Other responses

- `401` — Missing / wrong-type / revoked token

---

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