---
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.

## Changes

- **2026-07-17** `c209c00c2386` — 1 info
  - added the new optional `query` request parameter `merge`
- **2025-05-18** `0d8d180a4ed5` — 1 warning
  - deleted the `query` request parameter `merge`

[Change history](https://skmtc.dev/docusealco/apis/docuseal-api/changes/submissions/:id/documents/get.md)

---

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