---
title: "Download document for a Postbox item"
method: GET
path: "/v1/postbox/items/{item_id}/document"
tags: ["Postbox Items"]
---

# Download document for a Postbox item

`GET /v1/postbox/items/{item_id}/document`

Downloads the document associated with the Postbox item specified in the request URL. The only supported media type is `application/pdf`.

## Path parameters

- `item_id` string, required

## Response `200`

The document was downloaded successfully.

## Other responses

- `400` — Invalid request.
- `403` — You are not authorized to perform this action.
- `404` — The Postbox item with the provided ID could not be found.
- `500` — Internal server error.

---

[API](https://skmtc.net/solarisgroup/apis/compliance-features.md) · [All operations](https://skmtc.net/solarisgroup/apis/compliance-features/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/compliance-features/revisions/61701b027c74/schema)
