---
title: "Get a Manifest"
method: GET
path: "/2024-09/manifests/{manifest_id}"
tags: ["Manifests"]
---

# Get a Manifest

`GET /2024-09/manifests/{manifest_id}`

Retrieve details of a specific manifest.

Required authorization scope: `public.manifest:read`

## Path parameters

- `manifest_id` string, uuid, required

## Response `200`

manifest

- ManifestSingle — Manifest details
  - `manifest` Manifest
    - `id` string, uuid — Manifest ID
    - `courier` object
      - `id` string, uuid — Courier ID
      - `umbrella_name` string — Human-readable name for the courier company that offers this service.
    - `created_at` string, date-time — Manifest creation date
    - `ref_number` string — Manifest reference number
    - `shipments_count` number — Number of shipments in manifest
    - `document` object — Manifest document
      - `format` 'url' — Manifest document format
      - `url` string — Manifest document URL
  - `meta` Meta
    - `request_id` string — An unique ID represent the request.

## Other responses

- `404` — manifest was not found

---

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