---
title: "List GitHub repositories"
method: GET
path: "/api/v1/github-connector/repositories"
tags: ["GitHub Connector"]
---

# List GitHub repositories

`GET /api/v1/github-connector/repositories`

List GitHub repositories.

Auth: Required (bearer token).
Scope: Organization-scoped in authenticated context.
Side effects: Read-only operation.

## Headers

- `Accept` string

## Response `200`

OK

- ListRepositoriesResponse — ListRepositoriesResponse schema
  - `data` object
    - `page` integer
    - `page_size` integer
    - `repositories` object[]
      - `allow_forking` boolean
      - `archive_url` string
      - `archived` boolean
      - `assignees_url` string
      - `blobs_url` string
      - `branches_url` string
      - `clone_url` string
      - `collaborators_url` string
      - `comments_url` string
      - `commits_url` string
      - `compare_url` string
      - `contents_url` string
      - `contributors_url` string
      - `created_at` string, date-time
      - `default_branch` string
      - `deployments_url` string
      - `description` string, nullable
      - `disabled` boolean
      - `downloads_url` string
      - `events_url` string
      - `fork` boolean
      - `forks` integer
      - `forks_count` integer
      - `forks_url` string
      - `full_name` string
      - `git_commits_url` string
      - `git_refs_url` string
      - `git_tags_url` string
      - `git_url` string
      - `has_discussions` boolean
      - `has_downloads` boolean
      - `has_issues` boolean
      - `has_pages` boolean
      - `has_projects` boolean
      - `has_wiki` boolean
      - `homepage` string, nullable
      - `hooks_url` string
      - `html_url` string
      - `id` integer
      - `is_template` boolean
      - `issue_comment_url` string
      - `issue_events_url` string
      - `issues_url` string
      - `keys_url` string
      - `labels_url` string
      - `language` string, nullable
      - `languages_url` string
      - `license` object, nullable
        - `key` string
        - `name` string
        - `node_id` string, uuid
        - `spdx_id` string, uuid
        - `url` string, nullable
      - `merges_url` string
      - `milestones_url` string
      - `mirror_url` string, nullable
      - `name` string
      - `node_id` string, uuid
      - `notifications_url` string
      - `open_issues` integer
      - `open_issues_count` integer
      - `owner` object
        - `avatar_url` string
        - `events_url` string
        - `followers_url` string
        - `following_url` string
        - `gists_url` string
        - `gravatar_id` string, uuid
        - `html_url` string
        - `id` integer
        - `login` string
        - `node_id` string, uuid
        - `organizations_url` string
        - `received_events_url` string
        - `repos_url` string
        - `site_admin` boolean
        - `starred_url` string
        - `subscriptions_url` string
        - `type` string
        - `url` string
      - `permissions` object, nullable
        - `admin` boolean
        - `maintain` boolean
        - `pull` boolean
        - `push` boolean
        - `triage` boolean
      - `private` boolean
      - `pulls_url` string
      - `pushed_at` string, date-time
      - `releases_url` string
      - `size` integer
      - `ssh_url` string
      - `stargazers_count` integer
      - `stargazers_url` string
      - `statuses_url` string
      - `subscribers_url` string
      - `subscription_url` string
      - `svn_url` string
      - `tags_url` string
      - `teams_url` string
      - `topics` string[]
      - `trees_url` string
      - `updated_at` string, date-time
      - `url` string
      - `visibility` string
      - `watchers` integer
      - `watchers_count` integer
      - `web_commit_signoff_required` boolean
    - `total_count` integer
  - `message` string
  - `status` string

## Other responses

- `400` — Bad Request _(validation or deserialization error)_
- `500` — Internal Server Error _(panics)_
- `default`

---

[API](https://skmtc.net/nixopus/apis/openapi.md) · [All operations](https://skmtc.net/nixopus/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nixopus/openapi/revisions/c5bacaea7239/schema)
