Description: Retrieves an existing optimization result.

URL

Host: https://api.gowizi.com

Path: /optimization

Method

GET

Request Headers

Required:

x-api-key=[string]

URL Parameters

Required:

Processing Response

This response means that the optimization process is still ongoing, and the results are not yet ready. The status of these responses can be RUNNING or CREATED.

Example Response:

{
    "jobId": "2035fcda-e120-4498-adcc-1ff307b650cf",
    "status": "RUNNING",
}

Failed Response

This response indicates that there was an issue with the optimization and the solver exited without a solution. The status associated with these responses is FAILED.

Example Response: