> ## Documentation Index
> Fetch the complete documentation index at: https://sendcloud.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Retrieve a shipment

Access all shipment details through two dedicated endpoints that return identical per-shipment data.

## Retrieve Shipments Endpoint

Use the [Retrieve shipments](/api/v3/shipments/retrieve-shipments) endpoint to list multiple shipments efficiently. You can use query filters to narrow your results such as announcement time, update time, integration, and other fields - full list in the [API reference](/api/v3/shipments/retrieve-shipments#parameter-one-of-0).

You can also specify up to 100 shipment IDs for targeted retrieval.

The endpoint supports pagination via Link headers (`next` and `prev`)

## Retrieve a Shipment Endpoint

Use the [Retrieve a shipment](/api/v3/shipments/retrieve-a-shipment) endpoint for details on one specific shipment. Ideal when you know the exact shipment ID, no filtering or pagination needed

Both endpoints ensure a consistent data structure for seamless integration.
