Get Batch Predictions Job Status
Get the latest snapshot for a batch predictions job.
Returns the same BatchPredictionsEvent shape SSE forwards (minus the per-prediction payload). For the per-prediction list, use GET /results.
Mapping:
- Celery PROGRESS → return the latest snapshot stored in meta.
- Celery PENDING → synthesize a zeroed event="start" snapshot.
- Celery SUCCESS → return the terminal event="finish" snapshot.
- Celery FAILURE → synthesize an event="finish", status="failed" dict.
- Celery REVOKED → synthesize an event="finish", status="failed", error="cancelled" dict.
get/api/v1/jobs/batch/predictions/{job_id}
Path parameters
job_idstring required
Headers
authorizationstring nullable
Cookies
modaic_sessionstring nullable
Response
Successful Response
{"stackTrail":"paths:/api/v1/jobs/batch/predictions/{job_id}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}