Fetch the results of a prediction task by its ID.
OK
The universal unique identifier (UUID) returned in the POST request. This UUID is required in the GET request to retrieve results.
"fd110486-f168-47c0-a419-1518a4840589"
The current status of the prediction. Allowed values are:
SUBMITTED - The POST request was successful and the response has returned the predictionId and status that is used by the GET request.
READY - The results associated with the predictionId are available and ready to be retrieved.
ERROR - An error was generated when the GET request was sent.
RETRIEVED - The results associated with the predicitonId are returned successfully when the GET request was sent.
"READY"