---
title: "Download a Document"
method: GET
path: "/documents/{documentId}"
tags: ["Documents"]
---

# Download a Document

`GET /documents/{documentId}`

The get document details service allows consumers to download a document. The document is provided in base64.<br>This API is a premium service which requires subscription in advance to use.  Please contact Yodlee Client Services for more information. <br>

## Path parameters

- `documentId` string, required

## Response `200`

OK

## Other responses

- `400` — Y800 : Invalid value for documentId
- `401` — Unauthorized
- `404` — Not Found

---

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