---
title: "list GitHub repositories accessible to the user"
method: GET
path: "/w/{workspace}/native_triggers/github/repos"
tags: ["native_trigger"]
---

# list GitHub repositories accessible to the user

`GET /w/{workspace}/native_triggers/github/repos`

## Path parameters

- `workspace` string, required

## Response `200`

list of GitHub repositories

- GithubRepoEntry[]
  - `full_name` string, required
  - `name` string, required
  - `owner` string, required
  - `private` boolean, required

---

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