GET
/
v2
/
vrp
/
jobs
/
{id}
/
status
curl --request GET \
  --url https://api.solvice.io/v2/vrp/jobs/{id}/status \
  --header 'Authorization: <api-key>'
{
  "id": "<string>",
  "status": "ERROR",
  "solveDuration": 123,
  "errors": [
    {
      "code": 123,
      "message": "<string>"
    }
  ],
  "warnings": [
    {
      "code": 123,
      "message": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Api Key based authentication (apikey)

Path Parameters

id
string
required

Response

200 - application/json
OK

Status of a solve job