---
title: "Get all PGP-UK profile meta data by PGP-UK hex id"
method: GET
path: "/pgp_profile/{pgp_hex_id}"
tags: ["PGP-UK profile"]
---

# Get all PGP-UK profile meta data by PGP-UK hex id

`GET /pgp_profile/{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[] — Meta data from PGP-UK profile
  - `public_profile_url` string
  - `deceased` boolean
  - `zip` string
  - `files` object[]
    - `file_source` string
    - `download_url` string
    - `data_type` string
    - `name` string
    - `description` string
    - `data` string
  - `hex` string
  - `real_name` 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)
