---
title: "Get the pension statement document for the specified id"
method: GET
path: "/statements/{pensionStatementId}/documents"
tags: ["statement"]
---

# Get the pension statement document for the specified id

`GET /statements/{pensionStatementId}/documents`

Provides the pension statement for the specified id as a PDF document in the insured person's preferred language.
If the pension fund is unable to provide a document for the request id, the error code 400 should be returned.

## Path parameters

- `pensionStatementId` string, required — Technical ID of pension statement used in API calls.

## Response `200`

Binary PDF data of the pension statement.

## Other responses

- `401` — Access token is missing or invalid.
- `404` — Invalid ID / no authorization to access data.
- `500` — Internal Server Error - The server encountered an unexpected condition that prevented it from fulfilling the request.

---

[API](https://skmtc.net/swissfintechinnovations/apis/pension-2.md) · [All operations](https://skmtc.net/swissfintechinnovations/apis/pension-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/swissfintechinnovations/pension-2/revisions/ce7234453575/schema)
