Description: Retrieves an existing optimization result.
Host: https://api.gowizi.com
Path: /optimization
GET
x-api-key=[string]
jobId
type: string. Mandatory. Unique identifier of the optimization job to fetch the results from.organizationId
type: string. Mandatory. The identifier of the Organization submitting the optimization request.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
.
{
"jobId": "2035fcda-e120-4498-adcc-1ff307b650cf",
"status": "RUNNING",
}
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
.