# Get E-Way Bills Data

{% embed url="<https://www.mastersindia.co/contact-us/?products=E-Way%20Bill%20API>" %}

<table><thead><tr><th>Name</th><th width="374">Description</th></tr></thead><tbody><tr><td><strong>URL</strong></td><td><a href="https://clientbasic.mastersindia.co/getEwayBillData?access_token=5ade2a5a33e644abb4e952e70522ce22d24389d5&#x26;action=GetEwayBill&#x26;gstin=05AAABB0639G1Z8&#x26;eway_bill_number=371001555203">https://clientbasic.mastersindia.co/getEwayBillData?access_token=5ade2a5a33e644abb4e952e70522ce22d24389d5&#x26;action=GetEwayBill&#x26;gstin=05AAABB0639G1Z8&#x26;eway_bill_number=371001555203</a></td></tr><tr><td><strong>Method Type</strong></td><td>GET</td></tr><tr><td><strong>Post Parameters (JSON Format)</strong></td><td><strong>access_token, action, gstin, eway_bill_number</strong></td></tr><tr><td><strong>Success Response</strong></td><td><p>{ </p><p>"results": { "message": { "eway_bill_number": 371001555203, "eway_bill_date": "30/10/2018 05:08:00 PM", "eway_bill_valid_date": "06/11/2018 11:59:00 PM", "number_of_valid_days": 7, "eway_bill_status": "Active", "generate_mode": "API", "userGstin": "05AAABB0639G1Z8", "supply_type": "OUTWARD", "sub_supply_type": "Supply", "document_type": "tax invoice", "document_number": "123-81234191", "document_date": "10/05/2018", "gstin_of_consignor": "05AAABB0639G1Z8", "legal_name_of_consignor": "welton", "address1_of_consignor": "2ND CROSS NO 59 19 A", "address2_of_consignor": "GROUND FLOOR OSBORNE ROAD", "place_of_consignor": "KANPUR", "pincode_of_consignor": 208004, "state_of_consignor": "UTTAR PRADESH", "actual_from_state_name": "UTTAR PRADESH", "gstin_of_consignee": "05AAABC0181E1ZE", "legal_name_of_consignee": "sthuthya", "address1_of_consignee": "Shree Nilaya", "address2_of_consignee": "Dasarahosahalli", "place_of_consignee": "PADRAUNA", "pincode_of_consignee": 227409, "state_of_supply": "UTTAR PRADESH", "actual_to_state_name": "UTTAR PRADESH", "total_invoice_value": 2800, "taxable_amount": 2000, "cgst_amount": 120, "sgst_amount": 120, "igst_amount": 0, "cess_amount": 22.56, "transporter_id": "05AAABB0639G1Z8", "transporter_name": "BAZPUR SAHKARI KRA VIKRAY SAMITI LIMITED", "transportation_distance": 656, "extended_times": 0, "reject_status": "N", "vehicle_type": "regular", "transaction_type": "Combination of Bill To and Bill From", "other_value": 100, "cess_nonadvol_value": 400, "itemList": [ { "item_number": 1, "product_id": 0, "product_name": "Wheat", "product_description": "Wheat", "hsn_code": 1001, "quantity": 4, "unit_of_product": "BOX", "cgst_rate": 6, "sgst_rate": 6, "igst_rate": 0, "cess_rate": 1, "cessNonAdvol": 400, "taxable_amount": 1000 }, { "item_number": 2, "product_id": 0, "product_name": "Wheat", "product_description": "Wheat", "hsn_code": 1001, "quantity": 4, "unit_of_product": "BOX", "cgst_rate": 6, "sgst_rate": 6, "igst_rate": 0, "cess_rate": 1, "cessNonAdvol": 400, "taxable_amount": 1000 } ], "VehiclListDetails": [ { "update_mode": "API", "vehicle_number": "PVC1234", "place_of_consignor": "KANPUR", "state_of_consignor": "UTTAR PRADESH", "tripshtNo": 0, "userGstin": "05AAABB0639G1Z8", "vehicle_number_update_date": "30/10/2018 05:08:00 PM", "transportation_mode": "road", "transporter_document_number": "", "transporter_document_date": "", "group_number": "0" } ] }, "status": "Success", "code": 200 </p><p>} </p><p>}</p></td></tr><tr><td><strong>Error Response</strong></td><td><p>{ </p><p>"results": { "message": "Could not retrieve data", "status": "No Content", "code": 204 </p><p>} </p><p>}</p></td></tr><tr><td><strong>Change Log</strong></td><td><p>New Added Parameters in previous version i.e ver 1.02</p><p>"vehicle_number_update_date": "19/05/2018 03:57:00 PM"</p><p>Added parameters in ver 1.03 "transaction_type": "Combination of Bill To and Bill From", "other_value": 100, "cess_nonadvol_value": 400, "cessNonAdvol": 400,</p></td></tr></tbody></table>

{% embed url="<https://www.mastersindia.co/contact-us/?products=E-Way%20Bill%20API>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mastersindia.co/gst-eway-bill-api/get-e-way-bills-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
