---
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

## Changes

- **2022-08-09** `d38cf5bee2e0` — 2 info
  - api tag `Gene Panel Data` added
  - api tag `Gene Panels` removed
- **2019-04-05** `df161d3dbe1b` — 2 info
  - api tag `Gene Panels` added
  - api tag `Gene Panel Data` removed

[Change history](https://skmtc.dev/waldronlab/apis/cbioportal-web-public-api-beta/changes/gene-panel-data/fetch/post.md)

---

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