---
title: "List GitHub repositories"
method: GET
path: "/github-integration/repositories/{projectId}"
tags: ["GitHub"]
---

# List GitHub repositories

`GET /github-integration/repositories/{projectId}`

List the repositories reachable through the installed GitHub App, for picking one to link.

## Path parameters

- `projectId` string, required

## Response `200`

Repositories reachable through the installed App

- GitHubRepositoryList
  - `repositories` GitHubRepository[], required — Deduplicated across installations, most recently updated first.
    - `id` number, required
    - `name` string, required
    - `full_name` string, required
    - `private` boolean, required
    - `owner` GitHubRepositoryOwner, required
      - `login` string, required
      - `avatar_url` string, required
      - `type` string, required
    - `description` string, nullable, required
    - `html_url` string, required
    - `permissions` GitHubRepositoryPermissions
      - `admin` boolean, required
      - `push` boolean, required
      - `pull` boolean, required
    - `updated_at` string, date-time, required
    - `installation_id` number, required — Which App installation this repository came through.
  - `installations` GitHubInstallation[], required
    - `id` number, required
    - `account` GitHubInstallationAccount, nullable, required
      - `login` string, required
      - `type` string, required
    - `repositories` string[], required — Full names of the repositories under this installation. Empty when listing them failed.
  - `total` number, required

## Other responses

- `400` — Unknown project, or its workspace could not be determined
- `401` — Missing or invalid credentials
- `403` — No workspace access, or missing workspace:manage_settings

## Changes

- **2026-08-24** `08bbb5bedb5d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/github-integration/repositories/:projectId/get.md)

---

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