---
title: "Get a Batch"
method: GET
path: "/2024-09/batches/{batch_id}"
tags: ["Batches"]
---

# Get a Batch

`GET /2024-09/batches/{batch_id}`

Retrieve a batch by its ID.

Required authorization scope: `public.batch:read`

## Path parameters

- `batch_id` string, required

## Response `200`

batch

- BatchSingle — Batch
  - `batch` BatchSingle — recursive
  - `meta` Meta
    - `request_id` string — An unique ID represent the request.

## Other responses

- `404` — record not found

---

[API](https://skmtc.net/easyship/apis/easyship-public-api.md) · [All operations](https://skmtc.net/easyship/apis/easyship-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/easyship/easyship-public-api/versions/71d737a5fcbf/schema)
