# API to get E-Way Bill generated by Consignor

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

<table><thead><tr><th width="180">Name</th><th width="573">Description</th></tr></thead><tbody><tr><td><strong>URL</strong></td><td>https://clientbasic.mastersindia.co/getEwayBillData?access_token=9b70e8dac606ba43365a44abde39cc8a40d3c363&#x26;action=GetEwayBillGeneratedByConsigner&#x26;gstin=05AAAAU8709K1Z7&#x26;document_number=JIT128734&#x26;document_type=Delivery Challan</td></tr><tr><td><strong>Method Type</strong></td><td>GET</td></tr><tr><td><strong>Post Parameters (JSON Format)</strong></td><td>access_token, action, gstin, document_number, document_type</td></tr><tr><td><strong>Success Response</strong></td><td>{ "results": { "message": { "ewayBillNo": 391001710527, "ewayBillDate": "28/02/2019 05:16:00 PM", "validUpto": "07/03/2019 23:59:59 ", "alert": "" }, "status": "Success", "code": 200 } }</td></tr><tr><td><strong>Error Response</strong></td><td><p>{ </p><p>"results": { "message": "docType or docNo is missing in request", "status": "No Content", "code": 204 </p><p>}</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/api-to-get-e-way-bill-generated-by-consignor.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.
