---
title: "Get batch status"
method: GET
path: "/batches/:id"
tags: ["Batches"]
---

# Get batch status

`GET /batches/:id`

Returns the current status of a batch, including total job count and completed job count. Use this to monitor batch progress. For individual job details, query each job by its ID.

## Path parameters

- `id` string, required — Batch ID

## Response `200`

Batch retrieved successfully

- object
  - `data` object, required
    - `id` string, required
    - `orgId` string, required
    - `jobCount` integer, required
    - `completedAt` integer, nullable, required
    - `createdAt` integer, required

## Other responses

- `401` — Unauthorized - missing or invalid API key
- `404` — Batch not found

---

[API](https://skmtc.dev/rendobar/apis/rendobar-api.md) · [All operations](https://skmtc.dev/rendobar/apis/rendobar-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rendobar/rendobar-api/revisions/4a8c1482a33b/schema)
