latestOpenAPI 3.0.32026-08-201592,4923.4 MB

53223abaceb7

AI Models

Get the status of an AI prediction, and its results if it is done

get/ai/predictions/{predictionId}

Path parameters

predictionIdstring uuid required

Response

The status of the prediction, and the results if it is done

predictionIdstring uuid
resultIdstring uuid
confidenceScorenumber double
statusstring

RUNNING - Prediction is still in progress DONE - Prediction is done, the results are part of this response FAILED - Prediction failed, either because the simulation is not compatible with the AI model, or because of a transient error. Retrying can help in the second case.