---
title: "Get gene panel data"
method: POST
path: "/molecular-profiles/{molecularProfileId}/gene-panel-data/fetch"
tags: ["Gene Panel Data"]
---

# Get gene panel data

`POST /molecular-profiles/{molecularProfileId}/gene-panel-data/fetch`

## Path parameters

- `molecularProfileId` string, required

## Request body

- GenePanelDataFilter
  - `sampleIds` string[]
  - `sampleListId` string

## Response `200`

OK

- GenePanelData[]
  - `genePanelId` string
  - `molecularProfileId` string, required
  - `patientId` string, required
  - `profiled` boolean, required
  - `sampleId` string, required
  - `studyId` string, required
  - `uniquePatientKey` string
  - `uniqueSampleKey` string

---

[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/versions/99265965e66b/schema)
