---
title: "List Analytics Shipment Status Data"
method: GET
path: "/2024-09/analytics/shipment_status"
tags: ["Analytics"]
---

# List Analytics Shipment Status Data

`GET /2024-09/analytics/shipment_status`

Retrieve shipment status. Possible statuses:
- Label Pending
- Label Rejected
- Label Ready
- Pickup/Drop-off in Progress
- In Transit to Customer
- Failed Delivery Attempt
- Exception

Required authorization scope: `public.analytics:read`

## Query parameters

- `from_date` string, required
- `to_date` string, required

## Response `200`

list of shipments count group by status

- AnalyticsShipmentStatusData — Summary Analytics Shipment Status Data
  - `analytics_shipment_status` AnalyticsShipmentStatus
    - `from_date` FromDate — unresolved $ref
    - `to_date` ToDate — unresolved $ref
    - `in_progress_shipments_count` integer — Total number of `in progress` shipments during report period
    - `completed_shipments_count` integer — Total number of completed shipments during report period
    - `in_progress_shipments` object[]
      - `status` string — Shipment status
      - `count` integer — Number of shipments with a specific status
  - `meta` Meta
    - `request_id` string — An unique ID represent the request.

## Other responses

- `400` — failed validations

---

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