---
title: "List Git Hub Repositories"
method: GET
path: "/github-integration/repositories"
tags: ["GitHub"]
---

# List Git Hub Repositories

`GET /github-integration/repositories`

List all accessible GitHub repositories

## Response `200`

List of repositories

- object[]
  - `id` number, required
  - `name` string, required
  - `full_name` string, required
  - `owner` object, required
    - `login` string, required
  - `private` boolean, required
  - `html_url` string, required

## Changes

- **2025-12-11** `93b231773126` — 1 breaking
  - the response's body type/format changed from ``/`` to `array`/`` for status `200`

[Change history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/github-integration/repositories/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/09053e1c8b21/schema)
