---
title: "Get Batch Status"
method: GET
path: "/api/v1/data-collection/batches/{batch_id}/status"
tags: ["aiTaskBuilder"]
---

# Get Batch Status

`GET /api/v1/data-collection/batches/{batch_id}/status`

Get the current status of an AI Task Builder batch.

## Path parameters

- `batch_id` string, required

## Headers

- `Authorization` string, required

## Response `200`

OK

- AITaskBuilderGetTaskBuilderBatchStatusResponse200
  - `status` 'UNINITIALISED' | 'PROCESSING' | 'READY' | 'ERROR' — The status of the Batch - one of 'UNINITIALISED', 'PROCESSING', 'READY', 'ERROR'

## Other responses

- `400` — Error

---

[API](https://skmtc.net/prolific/apis/api-reference.md) · [All operations](https://skmtc.net/prolific/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prolific/api-reference/versions/5c53371c41a0/schema)
