---
title: "Get submission documents"
method: GET
path: "/submissions/{id}/documents"
tags: ["Submissions"]
---

# Get submission documents

`GET /submissions/{id}/documents`

This endpoint returns a list of partially filled documents for a submission. If the submission has been completed, the final signed documents are returned.

## Path parameters

- `id` integer, required

## Query parameters

- `merge` boolean

## Response `200`

OK

- object
  - `id` integer, required — Submission unique ID number.
  - `documents` object[], required — An array of completed or signed documents of the submission.
    - `name` string, required — Document name.
    - `url` string, required — Document URL.

---

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