---
title: "GET /documents/{documentId}/download"
method: GET
path: "/documents/{documentId}/download"
---

# GET /documents/{documentId}/download

`GET /documents/{documentId}/download`

Returns a pre-signed URL to download the specified enrollment document.

## Path parameters

- `documentId` string, required — The document ID for the PDF document you want to download. The document ID is returned in the responses for the [Retrieve Enrollment](/healthcare/api-reference/get-enrollment) and [List Enrollments](/healthcare/api-reference/get-enrollment-list-enrollments) endpoints.

## Response `200`

CreateEnrollmentDocumentDownload 200 response

- CreateEnrollmentDocumentDownloadResponseContent — Response containing the document ID and pre-signed URL for download.
  - `documentId` string, required — The document ID for the PDF document associated with the `downloadUrl`.
  - `downloadUrl` string, required — The pre-signed URL to download the document.

## Other responses

- `400` — ValidationException 400 response
- `401` — UnauthorizedException 401 response
- `403` — AccessDeniedException 403 response
- `404` — ResourceNotFoundException 404 response
- `429` — QuotaExceededException 429 response
- `500` — InternalFailureException 500 response
- `503` — ServiceUnavailableException 503 response
- `504` — GatewayTimeoutException 504 response

---

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