Check whether the job is solved or not.
cURL
curl --request GET \ --url https://api.solvice.io/v2/vrp/jobs/{id}/status \ --header 'Authorization: <api-key>'
{ "id": "<string>", "status": "SOLVING", "solveDuration": 123, "errors": [ { "code": 123, "message": "<string>" } ], "warnings": [ { "code": 123, "message": "<string>" } ] }
Api Key based authentication (apikey)
Status
Status of a solve job
Was this page helpful?