---
title: "Get all file download URL by PGP-UK hex id"
method: GET
path: "/download_url/{pgp_hex_id}"
tags: ["Data Direct Urls"]
---

# Get all file download URL by PGP-UK hex id

`GET /download_url/{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[] — Data containing direct URLs for all data associated with the PGP-UK participant
  - `type` string
  - `download_url` 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/revisions/26f2eb33c4d8/schema)
