v1
latestSwagger 2.02026-07-175445133.1 KBgit
List GitHub repositories
Returns a list of GitHub repositories accessible to the authenticated user
get/v1/git/github/repos
Response
OK
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"
}
]