---
title: "List GitHub repositories"
method: GET
path: "/v1/git/github/repos"
tags: ["git"]
---

# List GitHub repositories

`GET /v1/git/github/repos`

Returns a list of GitHub repositories accessible to the authenticated user

## Response `200`

OK

- InternalHandlersGitHubRepository[]
  - `clone_url` string — Git clone URL
  - `description` string — Repository description
  - `full_name` string — Full repository name (org/repo)
  - `html_url` string — Repository URL
  - `id` integer — GitHub repository ID
  - `name` string — Repository name
  - `private` boolean — Whether the repository is private

---

[API](https://skmtc.net/wandb/apis/catnip-container-api.md) · [All operations](https://skmtc.net/wandb/apis/catnip-container-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wandb/catnip-container-api/versions/a075b0fa501a/schema)
