---
title: "List Cleanroom Grants"
method: GET
path: "/internal/cleanrooms/grants"
tags: ["cleanroom"]
---

# List Cleanroom Grants

`GET /internal/cleanrooms/grants`

List customers who have granted us GitHub App access (the picker source).

## Response `200`

Successful Response

- CleanroomGrantsResponse
  - `grants` CleanroomGrant[], required
    - `customer` string, required
    - `name` string, required
    - `installation_id` integer, required
    - `account_type` string, nullable
    - `repos` string[], required
    - `repo_count` integer, required

---

[API](https://skmtc.dev/tryscott/apis/one-shot-api.md) · [All operations](https://skmtc.dev/tryscott/apis/one-shot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tryscott/one-shot-api/revisions/28bdface01df/schema)
