---
title: "Get all genome reports by PGP-UK hex id"
method: GET
path: "/genome_report/{pgp_hex_id}"
tags: ["Genome Reports"]
---

# Get all genome reports by PGP-UK hex id

`GET /genome_report/{pgp_hex_id}`

This will return an object containing all the data associated with this PGP-UK participant

## Path parameters

- `pgp_hex_id` string, required — PGP-UK unique participant id

## Response `200`

Success

- 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` — Participant 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/versions/26f2eb33c4d8/schema)
