These docs are for v1.1. Click to read the latest docs for v2.0.

Status

Checking on an optimisation Job

After you have sent a request to the solver, you can check its status occasionally through the status endpoint.

HTTP GET https://api.solvice.io/jobs/:id/status
Status Explanation
QUEUED We haven't yet started this job yet, it's in the queue.
SOLVING We are processing the job. Calculating...
SOLVED The job has been solved successfully!
TERMINATED On your request, the job has been terminated.
ERROR Something went wrong. We did not detect the issue when you first sent the request - otherwise, we had given back a synchronous ERROR.

The full description for each solver is available in the API Reference.