---
title: "Get a completed visit intake form"
method: GET
path: "/shop/visit-intake-forms/{visitIntakeFormId}"
tags: ["IntakeForms"]
---

# Get a completed visit intake form

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

Returns the captured-data record of a single completed
`VisitIntakeForm` by ID.

## Response `200`

A single `VisitIntakeForm`.

- object — Single-item envelope mixin. `allOf` this into any show response that wraps its `data` payload in an outer object; the concrete schema (e.g. `ShowUser`) adds its own `data` property with the appropriate `$ref` and keeps its own title so the SDK surface is unchanged.
  - `data` VisitIntakeForm, required — A completed visit-intake form — the captured-data record of one guest's response to the site's mandatory intake questionnaire, tied to a specific basket and order. Used by clinical sites and high-touch spas to gather contraindications and consent before a visit.
    - `id` string, required — The ID of the visit intake form.
    - `basket_id` string, required — The ID of the basket the intake form relates to.
    - `customer_id` string, nullable, required — The ID of the customer the intake form was filled out for, if the guest is linked to a customer account.
    - `order_ref` string, required — The human-readable reference of the parent order.
    - `guest_id` string, required — The ID of the guest the intake form was filled out for.
    - `type` string, nullable, required — The type identifier for the intake form (e.g. `mandatory`, `optional`, `treatment-specific`).
    - `completed_at` string, date-time, required — When the intake form was filled out.
    - `anonymised_at` string, date-time, nullable — When the captured data was anonymised (typically after the retention window has elapsed).

## 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)
