---
title: "Retrieve batch"
method: GET
path: "/v1/batches/{batch_id}"
tags: ["Batches"]
---

# Retrieve batch

`GET /v1/batches/{batch_id}`

Returns information about a specific batch job.

## Path parameters

- `batch_id` string, required

## Response `200`

Batch details

- object
  - `id` string, required
  - `object` 'batch', required
  - `endpoint` string, required
  - `status` string, required
  - `created_at` number, required
  - `request_counts` object, required
    - `total` number, required
    - `completed` number, required
    - `failed` number, required

## Other responses

- `404` — Batch not found

---

[API](https://skmtc.net/neosantara/apis/neosantara-ai-api.md) · [All operations](https://skmtc.net/neosantara/apis/neosantara-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/neosantara/neosantara-ai-api/versions/82bc74ee8650/schema)
