GET /vrp/solution/{jobId}
Summary: GET the solution (batch mode)
Operation ID: getSolution
Auth: unknown
Operation ID: getSolution
Auth: unknown
Description
Take the job id and fetch the solution for the vehicle routing problem from this URL: ``` https://graphhopper.com/api/1/vrp/solution/<job_id>?key=<your_key> ``` You get the job id by sending a vehicle routing problem to the [batch mode URL](#operation/asyncVRP).
Parameters (1)
jobId
(string, path, required)
Request solution with jobId
No probe data for this endpoint yet.