Retrieve prediction details including the download URL for the result CSV.
The result CSV contains the original feature columns plus a prediction column
and a probability column (confidence score between 0 and 1).
Obtain a token from POST /api/login. Valid for 1 hour.
Prediction retrieved successfully
Status of a prediction job:
| Status | Description |
|---|---|
PENDING | Created, queued for processing |
RUNNING | Inference in progress |
COMPLETED | Finished. Result CSV available for download. |
FAILED | Failed due to an error |
TIMEOUT | Exceeded the processing time limit |
PENDING, RUNNING, COMPLETED, FAILED, TIMEOUT Signed URL to download the prediction result CSV. Present when status is COMPLETED.