---
title: "Get all gene panels"
method: GET
path: "/gene-panels"
tags: ["Gene Panels"]
---

# Get all gene panels

`GET /gene-panels`

## Query parameters

- `direction` 'ASC' | 'DESC'
- `pageNumber` integer
- `pageSize` integer
- `projection` 'DETAILED' | 'ID' | 'META' | 'SUMMARY'
- `sortBy` 'description' | 'genePanelId'

## Response `200`

OK

- GenePanel[]
  - `description` string
  - `genePanelId` string, required
  - `genes` GenePanelToGene[]
    - `entrezGeneId` integer, required
    - `hugoGeneSymbol` string, required

---

[API](https://skmtc.net/waldronlab/apis/cbioportal-web-public-api-beta.md) · [All operations](https://skmtc.net/waldronlab/apis/cbioportal-web-public-api-beta/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/waldronlab/cbioportal-web-public-api-beta/revisions/99265965e66b/schema)
