---
title: "Service Forms Exist"
method: GET
path: "/forms/appointment/{appointment_id}/exists"
tags: ["provider", "forms", "public"]
---

# Service Forms Exist

`GET /forms/appointment/{appointment_id}/exists`

Check if a service has any forms associated with it.

Accepts either a service ID directly or an event ID (resolved via EventService rows).

## Path parameters

- `appointment_id` string, required

## Headers

- `TENANT` string, required
- `API-KEY` string, required

## Response `200`

Successful Response

- boolean

## Other responses

- `422` — Validation Error

---

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