# Get Manifest Summary Download the order summary PDF for a given manifest. This document provides a printable record of the manifest for operational use or record-keeping. *** ## Endpoint ``` GET {{domain}}/{{tenant_id}}/manifest/{{manifest_id}}/summary ``` **Authentication:** Bearer token required via the `Authorization` header. *** ## Path Parameters | Parameter | Description | | ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `manifest_id` | The unique ID of the manifest, as returned by the [Create Manifest](/api-reference/manifests/create-manifest) or [Get Manifests](/api-reference/manifests/get-manifest) endpoints. | *** ## Response Returns the manifest order summary as a binary PDF file. | Attribute | Value | | ------------ | ----------------- | | Content-Type | `application/pdf` |