---
title: "Get Batch Predictions Job Status"
method: GET
path: "/api/v1/jobs/batch/predictions/{job_id}"
---

# Get Batch Predictions Job Status

`GET /api/v1/jobs/batch/predictions/{job_id}`

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.

## Path parameters

- `job_id` string, required

## Headers

- `authorization` string, nullable

## Cookies

- `modaic_session` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/modaic-ai/apis/modaic-api.md) · [All operations](https://skmtc.net/modaic-ai/apis/modaic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modaic-ai/modaic-api/revisions/43a90513ac59/schema)
