Status
Checking on an optimisation Job
After you have sent a request to the solver, check it's status occasionally on the status endpoint.
We have the following status values:
QUEUED
: we haven't yet started on this task yet.SOLVING
: we are processing itSOLVED
: it is ready. Check it out.TERMINATED
: it has been terminated on your request.ERROR
: there was something wrong on the input format that we could not detect when you did the request.
HTTP GET http://api.solvice.io/jobs/:id/status
Check out the full description in the API Reference.
Updated 12 months ago