---
title: "List all Trackings"
method: GET
path: "/2024-09/shipments/trackings"
tags: ["Shipments"]
---

# List all Trackings

`GET /2024-09/shipments/trackings`

Retrieve the most recent status for a shipment and a history of all previous checkpoints.

Required authorization scope: `public.track:read`

## Query parameters

- `page` integer
- `per_page` integer
- `easyship_shipment_id` string[]
- `platform_order_number` string[]
- `include_checkpoints` boolean

## Response `200`

list of shipment trackings with checkpoints

- ShipmentTrackingList — List of Shipments with tracking info
  - `shipments` ShipmentTrackingList[]
  - `meta` MetaWithPagination
    - `pagination` Pagination — Pagination
      - `next` integer, nullable
      - `count` integer, nullable — The total number of items. The `null` value is used with countless pagination (used for faster response on large datasets, like shipments).
      - `page` integer — Current page
    - `request_id` string — An unique ID represent the request.

---

[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)
