---
title: "GET /partial-submissions/{id}"
method: GET
path: "/partial-submissions/{id}"
tags: ["Partial Submissions"]
---

# GET /partial-submissions/{id}

`GET /partial-submissions/{id}`

This endpoint returns a specific partial submission by ID. This feature is available as part of the [Standard API](https://paperform.co/pricing/).

## Path parameters

- `id` string, uuid, required

## Response `200`

Successfully returned a single partial submission that matched the provided ID

- object
  - `status` 'ok'
  - `results` object
    - `partial-submission` PartialSubmission
      - `id` string, uuid — The unique identifier of the Partial Submission.
      - `form_id` string, uuid — The id of the Form for the Partial Submission.
      - `data` SubmissionData — The `data` object stores the answers from the form. Each value is stored against it's key. Note that custom keys are not used here.
        - `KEY` union
          - string
          - number
          - union[]
            - union
              - …
          - object
          - boolean
      - `last_answered` string, nullable
      - `submitted_at` string, date-string, nullable — If the partial submission was submitted, this will be set to a formatted date-time string in your account timezone indicating the time the submission was made.
      - `updated_at` string — A formatted date-time string in your account timezone indicating the last time the partial submission was updated.
      - `created_at` string — A formatted date-time string in your account timezone indicating the time the partial submission was created.
      - `account_timezone` string — The configured timezone for your account.
      - `submitted_at_utc` string, date-time — A formatted date-time string in UTC indicating the time the form was created.
      - `created_at_utc` string, date-time — A formatted date-time string in UTC indicating the time the form was created.
      - `updated_at_utc` string, date-time — A formatted date-time string in UTC indicating the time the form was created.

## Other responses

- `400` — Invalid Request
- `401` — Unauthorized
- `403` — Not Permitted
- `404` — Not Found
- `429` — Too Many Requests
- `5XX` — Unexpected Error

---

[API](https://skmtc.net/paperform/apis/paperform-api.md) · [All operations](https://skmtc.net/paperform/apis/paperform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paperform/paperform-api/versions/dc1e62b7063d/schema)
