---
title: "List Repos"
method: GET
path: "/v1/github-app/repos"
tags: ["v1-github-app"]
---

# List Repos

`GET /v1/github-app/repos`

List all repositories accessible via user's GitHub App installations.

Fetches repos from GitHub API for each active installation.

## Query parameters

- `per_page` integer

## Response `200`

Successful Response

- ListReposResponse — Response for GET /v1/github-app/repos.
  - `repos` object[], required
  - `count` integer, required

## Other responses

- `422` — Validation Error

---

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