---
title: "Fetch gene panel data"
method: POST
path: "/gene-panel-data/fetch"
tags: ["Gene Panel Data"]
---

# Fetch gene panel data

`POST /gene-panel-data/fetch`

## Request body

- GenePanelDataMultipleStudyFilter
  - `molecularProfileIds` string[]
  - `sampleMolecularIdentifiers` SampleMolecularIdentifier[]
    - `molecularProfileId` string
    - `sampleId` 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)
