GET
/
v2
/
vrp
/
jobs
/
{id}
/
solution
curl --request GET \
  --url https://api.solvice.io/v2/vrp/jobs/{id}/solution \
  --header 'Authorization: <api-key>'
{
  "message": "<string>",
  "status": "OK",
  "graph": "<any>"
}

Authorizations

Authorization
string
header
required

Api Key based authentication (apikey)

Path Parameters

id
string
required

Response

400
application/json

Bad request

The response is of type object.