v1

latestSwagger 2.02026-07-175445133.1 KB
git

List GitHub repositories

Returns a list of GitHub repositories accessible to the authenticated user

get/v1/git/github/repos

Response

OK

clone_urlstring

Git clone URL

descriptionstring

Repository description

full_namestring

Full repository name (org/repo)

html_urlstring

Repository URL

idinteger

GitHub repository ID

namestring

Repository name

privateboolean

Whether the repository is private

Example response

[
  {
    "clone_url": "https://github.com/anthropics/claude-code.git",
    "description": "AI coding assistant",
    "full_name": "anthropics/claude-code",
    "html_url": "https://github.com/anthropics/claude-code",
    "id": 123456789,
    "name": "claude-code"
  }
]