---
title: "Get the rendered HTML of a visit intake form"
method: GET
path: "/shop/visit-intake-forms/{visitIntakeFormId}/html"
tags: ["IntakeForms"]
---

# Get the rendered HTML of a visit intake form

`GET /shop/visit-intake-forms/{visitIntakeFormId}/html`

Returns the rendered HTML representation of a completed
`VisitIntakeForm` — suitable for embedding in admin UIs or
converting to PDF. The questions and the guest's answers are
laid out in a print-ready format.

## Response `200`

The intake form HTML was successfully retrieved.

## Other responses

- `401` — The user is unauthenticated
- `404` — The resource couldn't be found

---

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