---
title: "Debug"
method: GET
path: "/v2/vrp/jobs/{id}/debug"
tags: ["Info"]
---

# Debug

`GET /v2/vrp/jobs/{id}/debug`

Contains the debug data, once solved.

## Path parameters

- `id` string, required

## Response `200`

Debug data

- DebugData
  - `status` 'ERROR' | 'QUEUED' | 'SOLVING' | 'SOLVED' — Status of the solve job.
  - `solveDuration` integer, nullable
  - `score` Score — The score of a solution shows how good this solution is w.r.t all the constraints. All solvers try to maximize the score.
    - `hardScore` integer, nullable — The score of the constraints that are hard. This should be 0 in order to be feasible.
    - `mediumScore` integer, nullable — The score of the constraints that are medium.
    - `softScore` integer, nullable — The score of the constraints that are soft.
    - `feasible` boolean, nullable
  - `initScore` integer, nullable
  - `speed` integer, nullable
  - `resourcesUsed` integer
  - `progression` object, nullable

## Other responses

- `400` — Bad request
- `427` — Too many requests.
- `500` — Internal error

## Changes

- **2026-01-17** `97e1f293a7ee` — 1 warning
  - removed the optional property `userId` from the response with the `200` status
- **2025-10-01** `80ac6fd2cc19` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/solvice/apis/vrp-api/changes/v2/vrp/jobs/:id/debug/get.md)

---

[API](https://skmtc.dev/solvice/apis/vrp-api.md) · [All operations](https://skmtc.dev/solvice/apis/vrp-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/solvice/vrp-api/revisions/d77ac8b3d302/schema)
