v23

latestOpenAPI 3.1.0raw.githubusercontent.com2026-01-181345107.3 KB
Info

Status

Check whether the job is solved or not.

get/v2/vrp/jobs/{id}/status

Path parameters

idstring required

Response

Status

idstring required

Job ID

status'QUEUED' | 'SOLVING' | 'SOLVED' | 'ERROR' nullable

Status of the solve.

solveDurationinteger nullable

Duration of the solve in seconds

Example response

{
  "status": "SOLVING"
}