---
title: "NDR History"
method: GET
path: "/get-shipment-history-ndr/{shipment_id}"
tags: ["NDR (India)"]
---

# NDR History

`GET /get-shipment-history-ndr/{shipment_id}`

Retrieve get shipment history ndr for the specified shipment id. Requires Bearer JWT authentication.

## Path parameters

- `shipment_id` string, required

## Response `200`

NDR history retrieved successfully

- object
  - `data` object[]
    - `ndrId` string — NDR ID
    - `action` string — Action taken
    - `reason` string — Reason for NDR
    - `status` string — NDR status
    - `createdAt` string, date-time — NDR creation date
    - `resolvedAt` string, date-time — NDR resolution date

---

[API](https://skmtc.net/envia/apis/envia-shipping-api-complete-documentation.md) · [All operations](https://skmtc.net/envia/apis/envia-shipping-api-complete-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/envia/envia-shipping-api-complete-documentation/revisions/39f9208959d6/schema)
