Poll this endpoint to check prediction status. When status is COMPLETED, retrieve the result via GET /api/v1/predictions/{predictionKey}.
Obtain a token from POST /api/login. Valid for 1 hour.
Prediction progress 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