Get problem status and results
Returns the status of the optimization problem identified by the problemId parameter. If results are available, returns the results object.
path Parameters
problemIdstring · required · explode: trueThe problemId of a previously submitted problem to check the status of
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Responses
valid request
statusstring · enum · requiredThe status of the optimization problem identified by the problemId parameter.
Enum values:failedcompletedrunningqueued
Cancel a problem
Cancel the optimization run identified by the problemId parameter. If the optimization run is already completed, this will have no effect.
path Parameters
problemIdstring · required · explode: trueThe problemId of a previously submitted problem to cancel
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Responses
valid request
