---
title: "Download a sealed entry list"
method: GET
path: "/list/{hash}"
tags: ["Verification"]
---

# Download a sealed entry list

`GET /list/{hash}`

The exact bytes the published SHA-256 commits to (plain text, UTF-8,
LF; `# `-prefixed header lines carry draw id, chain, round, round time
and entry count, then one ticket per line). Re-hash the bytes to
verify. Also mirrored at `github.com/proofdraw/draw-lists`.

## Path parameters

- `hash` string, required

## Response `200`

Sealed list bytes.

## Other responses

- `404` — Unknown hash.

---

[API](https://skmtc.net/proofdraw/apis/proofdraw-api.md) · [All operations](https://skmtc.net/proofdraw/apis/proofdraw-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/proofdraw/proofdraw-api/revisions/5d4ce7cb355d/schema)
