---
title: "List attachments"
method: GET
path: "/shipments/{shipmentNumber}/attachments"
tags: ["Shipments"]
---

# List attachments

`GET /shipments/{shipmentNumber}/attachments`

Returns a list of available shipment-related attachment files (photos and/or signature) for the specified shipment **only if the shipment belongs to the authenticated client**.

## Path parameters

- `shipmentNumber` string, required

## Response `200`

Metadata structure

- object[]
  - `shipmentId` integer — Internal ID of the shipment.
  - `storageInfo` object — Contains information about the file.
    - `id` string — Unique file identifier {fileId} of the stored file.
    - `name` string — File name.
    - `documentType` string — Type of the document: - Signature - ProofOfDelivery
  - `createdAt` string — Date and time when the file was uploaded. Date in ISO 8601 format.

## Other responses

- `401` — Unauthorized
- `404` — The specified resource was not found
- `422` — Possible Error Responses
- `503` — Connection time-out

---

[API](https://skmtc.net/novapost/apis/api-nova-post.md) · [All operations](https://skmtc.net/novapost/apis/api-nova-post/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/novapost/api-nova-post/revisions/60e380005037/schema)
