---
title: "Get the original PDF of a fund letter"
method: GET
path: "/v1/fund-letters/{letterId}/pdf"
tags: ["Fund Letters"]
---

# Get the original PDF of a fund letter

`GET /v1/fund-letters/{letterId}/pdf`

Downloads the original letter document as published by the investor. Letters sourced as web pages are rendered to PDF at ingestion, so every letter has one. Free-trial keys can read the letters of the investors listed by /v1/fund-letters/investors; other letters return 403.

## Path parameters

- `letterId` string, required — Letter identifier (fscl_document_…).

## Query parameters

- `apiKey` string — API Key (alternatively send via X-Api-Key header)

## Response `200`

Letter PDF

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/fiscal/apis/openapi.md) · [All operations](https://skmtc.dev/fiscal/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fiscal/openapi/revisions/706968b7c65f/schema)
