---
title: "Retrieve Batch"
method: GET
path: "/api/v1/batches/{batch_id}"
tags: ["openAiBatch"]
---

# Retrieve Batch

`GET /api/v1/batches/{batch_id}`

Handle GET requests (retrieve batch or list batches).

## Path parameters

- `batch_id` string, required

## Headers

- `Authorization` string, required

## Response `200`

No response body

- OpenAIBatchRetrieveBatchResponse200 — Empty response body

## Changes

- **2026-07-31** `c26d550029f8` — 2 breaking, 19 warning, 2 info
  - removed the required property `id` from the response with the `200` status
  - removed the required property `status` from the response with the `200` status
  - deleted the `header` request parameter `X-Data-Respan-Params`
  - removed the optional property `cancelled_at` from the response with the `200` status
  - …19 more

[Change history](https://skmtc.dev/keywordsai/apis/api-reference/changes/api/v1/batches/:batch_id/get.md)

---

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