---
title: "Download a shipment report"
method: GET
path: "/public/v3/Shipments/downloadReport/{reportId}"
tags: ["Shipments"]
---

# Download a shipment report

`GET /public/v3/Shipments/downloadReport/{reportId}`

Download a generated report file for a shipment. The report is returned as an attachment that can be saved locally.

## Path parameters

- `reportId` string, required

## Headers

- `x-tive-account-id` integer, required

## Response `200`

The requested report file has been successfully retrieved and can be downloaded.

- string, binary

## Other responses

- `401` — Unauthorized
- `404` — The report was not found.
- `500` — An unexpected server error occurred while retrieving the report.

---

[API](https://skmtc.net/tive/apis/tive-public-api.md) · [All operations](https://skmtc.net/tive/apis/tive-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tive/tive-public-api/revisions/9a8d869e3cdc/schema)
