---
title: "Get Forms With Status"
method: GET
path: "/forms/with-status"
tags: ["provider", "forms", "public"]
---

# Get Forms With Status

`GET /forms/with-status`

Get multiple forms with their completion status for a patient.

## Query parameters

- `form_paths` string, required
- `patient_id` string, required

## Headers

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

## Response `200`

Successful Response

- FormTinyWithStatus[]
  - `id` string, required
  - `name` string, required
  - `pathName` string, required
  - `completed` 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)
