---
title: "Download a statement"
method: GET
path: "/statements/{statementId}/download"
tags: ["Statements"]
---

# Download a statement

`GET /statements/{statementId}/download`

Permissions required: **Read Statement**


Download a statement as a PDF file.

This endpoint streams the PDF file directly. The response body contains the binary content of the PDF file.

## Path parameters

- `statementId` string, uuid, required

## Response `200`

Statement PDF file streamed as binary content

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference.md) · [All operations](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anchorage/anchorage-digital-api-reference/revisions/166864b1ec6d/schema)
