---
title: "Get insured person's pension plan description"
method: GET
path: "/plans/{planId}/description-documents"
tags: ["plan"]
---

# Get insured person's pension plan description

`GET /plans/{planId}/description-documents`

Retrieves the pension plan description for a specific insured person and pension plan.

This document provides a description of the insured person's pension plan, including covered benefits, contribution structure, and
key conditions applicable under their employer's pension scheme.

If the specified pension plan description is not found for the insured person, a `404` error is returned.

## Path parameters

- `planId` string, required — Technical ID of pension plan used in API calls.

## Response `200`

Pension plan description document for the insured person in PDF format.

## 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)
