---
title: "Download proofs"
method: GET
path: "/proofs/download/block/{block}"
tags: ["Proofs"]
---

# Download proofs

`GET /proofs/download/block/{block}`

Download all proved proofs for a specific block as a ZIP file.

## Path parameters

- `block` string, required

## Response `200`

ZIP file containing all proved proofs for the block

## Other responses

- `404` — Block or proofs not found
- `500` — Internal server error

## Changes

- **2025-10-19** `a20c9b948209` — 1 breaking, 1 warning, 1 info
  - added the pattern `^0x[a-fA-F0-9]{64}$` to the `path` request parameter `block`
  - the optional response header `Content-Disposition` removed for the status `200`
  - for the `path` request parameter `block`, the type/format was generalized from `integer`/`` to `string`/``
- **2025-10-18** `01c3f81a8af6` — 1 info
  - endpoint added
- **2024-12-09** `f327feab88d3` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ethproofs/apis/ethproofs-api/changes/proofs/download/block/:block/get.md)

---

[API](https://skmtc.dev/ethproofs/apis/ethproofs-api.md) · [All operations](https://skmtc.dev/ethproofs/apis/ethproofs-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ethproofs/ethproofs-api/revisions/cad0595821db/schema)
