Get Results

<< Click to Display Table of Contents >>

Navigation:  Optimizer API >

Get Results

 

Fetch the loading results from the optimizer. It is important that this call is made only after the job in question has a status of "completed" (see Get Progress).

 

It is important to note that the results can only be fetched one time. After that the results are discarded by the BlackBox in order to recover the resources.

 

HTTP requests (both are equivalent)

 

 GET opt/v1/result/{job-id} 

 

 GET opt/v1/results/{job-id} 

 

Authentication: BASIC

 

Parameters: None

 

Response:

 

The response is too large to be shown in this API document. Please contact MagicLogic for examples.