---
title: "Get all genome reports"
method: GET
path: "/all_genome_report"
tags: ["Genome Reports"]
---

# Get all genome reports

`GET /all_genome_report`

This will return an object containing all the data for all PGP-UK participants.

## Response `200`

Success

- object — Genome Report Data for all PGP-UK participants
  - `hex_id` string — PGP-UK unique participant id
  - `data` object[] — Genome Report Data
    - `published` string, DD/MM/YYYY
    - `file_source` string
    - `download_url` string
    - `data_type` string
    - `name` string
    - `pgp_hex_id` string
    - `type` string

## Other responses

- `404` — Data not found

---

[API](https://skmtc.net/pgp-uk/apis/personal-genome-project-uk.md) · [All operations](https://skmtc.net/pgp-uk/apis/personal-genome-project-uk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pgp-uk/personal-genome-project-uk/revisions/26f2eb33c4d8/schema)
