Track BlueDart Shipment
bluedart_track_shipmentRetrieve current tracking status and expected delivery date for a BlueDart shipment by entering its AWB number. Optionally, include a detailed scan history.
Instructions
Track a BlueDart shipment by AWB number. Read-only. Returns the current status, expected delivery date, and (when include_scans=true) the scan history. Set response_format='markdown' for a human-readable summary or 'json' for the raw payload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| awb_number | Yes | BlueDart Air Waybill (AWB) number to track. | |
| include_scans | No | Include scan-by-scan tracking events in the response. | |
| response_format | No | Output format. 'json' returns the raw BlueDart payload, 'markdown' returns a human summary. | json |