---
title: "Get Batch Ingestion Status"
method: GET
path: "/studio/v1/library/batches/{batch_id}/status"
tags: ["RAG Engine"]
---

# Get Batch Ingestion Status

`GET /studio/v1/library/batches/{batch_id}/status`

## Path parameters

- `batch_id` string, uuid, required

## Response `200`

Successful Response

- IngestionBatchStatusResponse
  - `batch_id` string, required — The UUID of the batch
  - `total_documents` integer, required — Total number of documents in the batch
  - `statuses` IgnestionBatchStatusCount[], required — List of document counts by status
    - `status` string, required
    - `count` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/ai21/apis/ai21-studio-api.md) · [All operations](https://skmtc.net/ai21/apis/ai21-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ai21/ai21-studio-api/versions/4105747cd57d/schema)
