---
title: "List repos an install covers (live)"
method: GET
path: "/api/v1/integrations/github/installations/{installationRowId}/repos"
tags: ["GitHub integration"]
---

# List repos an install covers (live)

`GET /api/v1/integrations/github/installations/{installationRowId}/repos`

Live call to GitHub. Capped at 1000 repos; `truncated=true` means more exist. You can still grant a beyond-cap repo by passing its numeric ID to the grant endpoint (O(1) lookup).

## Path parameters

- `installationRowId` string, uuid, required

## Response `200`

OK

- object
  - `repos` object[], required
    - `id` integer, required
    - `full_name` string, required
    - `private` boolean, required
  - `truncated` boolean, required — True if the install has more repos than the listing endpoint returns (cap is 1000).

## Other responses

- `401` — Missing / wrong-type / revoked token
- `404` — Resource not found in this org
- `502` — Upstream GitHub call failed

---

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