# Quote file
This section outlines the technical details for obtaining a quote file associated with a specific load.
# Download quote
To request and retrieve a quote file, the following path parameter must be included in the GET request:
load_id:Data type string representing the load related to the quote file.
Make a GET request with the required params to the following endpoint:
GET /api/v1/quote-file/{load_id}
DEV URL: https://dev.webservices.goglt.com/api/v1/quote-file/{load_id}
PROD URL: https://webservices.goglt.com/api/v1/quote-file/{load_id}
# Response
{
"url": "https://storage.googleapis.com/charlie-portal-prod/share-quotes/ed4663ea-e34e-44a9-945e-b3c1c17383da/Quote-SHP3909409.pdf",
"filename": "Quote-SHP3909409.pdf"
}