---
title: "List repo grants on a project"
method: GET
path: "/api/v1/projects/{projectId}/github/repos"
tags: ["GitHub integration"]
---

# List repo grants on a project

`GET /api/v1/projects/{projectId}/github/repos`

Grants whose underlying install has been revoked are filtered out.

## Path parameters

- `projectId` string, uuid, required

## Response `200`

OK

- object
  - `grants` object[], required
    - `id` string, uuid, required
    - `installation_id` string, uuid, required
    - `repo_id` integer, required
    - `repo_full_name` string, required
    - `created_at` string, date-time, required

## Other responses

- `401` — Missing / wrong-type / revoked token
- `404` — Resource not found in this org

---

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