---
title: "Get all molecular profiles"
method: GET
path: "/molecular-profiles"
tags: ["Molecular Profiles"]
---

# Get all molecular profiles

`GET /molecular-profiles`

## Query parameters

- `direction` 'ASC' | 'DESC'
- `pageNumber` integer
- `pageSize` integer
- `projection` 'DETAILED' | 'ID' | 'META' | 'SUMMARY'
- `sortBy` 'datatype' | 'description' | 'molecularAlterationType' | 'molecularProfileId' | 'name' | 'showProfileInAnalysisTab'

## Response `200`

OK

- MolecularProfile[]
  - `datatype` string
  - `description` string
  - `genericAssayType` string
  - `molecularAlterationType` 'COPY_NUMBER_ALTERATION' | 'GENERIC_ASSAY' | 'GENESET_SCORE' | 'METHYLATION' | 'METHYLATION_BINARY' | 'MICRO_RNA_EXPRESSION' | 'MRNA_EXPRESSION' | 'MRNA_EXPRESSION_NORMALS' | 'MUTATION_EXTENDED' | 'MUTATION_UNCALLED' | 'PHOSPHORYLATION' | 'PROTEIN_ARRAY_PHOSPHORYLATION' | 'PROTEIN_ARRAY_PROTEIN_LEVEL' | 'PROTEIN_LEVEL' | 'RNA_EXPRESSION' | 'STRUCTURAL_VARIANT'
  - `molecularProfileId` string, required
  - `name` string
  - `patientLevel` boolean, required
  - `pivotThreshold` number, float
  - `showProfileInAnalysisTab` boolean
  - `sortOrder` string
  - `study` CancerStudy
    - `allSampleCount` integer
    - `cancerType` TypeOfCancer
      - `cancerTypeId` string, required
      - `dedicatedColor` string
      - `name` string
      - `parent` string
      - `shortName` string
    - `cancerTypeId` string
    - `citation` string
    - `cnaSampleCount` integer
    - `completeSampleCount` integer
    - `description` string
    - `groups` string
    - `importDate` string
    - `massSpectrometrySampleCount` integer
    - `methylationHm27SampleCount` integer
    - `miRnaSampleCount` integer
    - `mrnaMicroarraySampleCount` integer
    - `mrnaRnaSeqSampleCount` integer
    - `mrnaRnaSeqV2SampleCount` integer
    - `name` string
    - `pmid` string
    - `publicStudy` boolean
    - `readPermission` boolean
    - `referenceGenome` string
    - `rppaSampleCount` integer
    - `sequencedSampleCount` integer
    - `status` integer
    - `studyId` string, required
    - `treatmentCount` integer
  - `studyId` 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)
