---
title: "Get a contract's HTML document"
method: GET
path: "/contracts/{contract_id}/preview-content"
tags: ["Contracts"]
---

# Get a contract's HTML document

`GET /contracts/{contract_id}/preview-content`

The immutable HTML snapshot of the contract as it was sent for signature, returned as `text/html` rather than JSON. This is the rendered document body — use it to display or archive the exact terms the creator was shown, without going through a signed URL. Signature blocks are part of the PDF, not this snapshot; fetch the countersigned copy from /download.

404 when the contract does not belong to this shop, or when the document has not been generated yet. Single-shop only.

## Path parameters

- `contract_id` string, uuid, required — Contract id (UUID).

## Response `200`

Successful Response

## Other responses

- `422` — Validation Error

---

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