---
title: "Get Patient Submissions"
method: GET
path: "/forms/submissions"
tags: ["provider", "forms"]
---

# Get Patient Submissions

`GET /forms/submissions`

## Query parameters

- `page` integer, nullable
- `per_page` integer, nullable
- `sort_by` string, nullable
- `sort_direction` 'asc' | 'desc', nullable
- `location_id` string, nullable
- `patient_name` string, nullable
- `submission_date` string, nullable
- `patient_id` string, nullable
- `phone_number` string, nullable
- `form_ids` string, nullable
- `had_upload_error` string, nullable
- `is_completed` string, nullable
- `tz` string, required

## Headers

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

## Request body

- BlockType[], nullable

## Response `200`

Successful Response

- PatientSubmissionsTable
  - `data` PatientSubmissionTableItem[], required
    - `patient` UserTiny, required
      - `id` string, required — The unique identifier for the user.
      - `firstName` string, nullable — The user's first name.
      - `lastName` string, nullable — The user's last name.
      - `phoneNumber` string, nullable — The user's phone number.
      - `email` string, nullable — The user's email address.
      - `type` 'PROVIDER' | 'PATIENT' | 'ASSISTANT', required
      - `locationId` string, nullable — The location of the user.
    - `formId` string, required
    - `submissionDate` string, date-time, required
    - `hadUploadError` boolean, nullable
    - `isCompleted` boolean, required
  - `total` integer, required

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