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
Job ID
Status of the solve.
QUEUED
SOLVING
SOLVED
ERROR
"SOLVING"
Duration of the solve in seconds
List of errors
Show child attributes
List of warnings
Was this page helpful?