---
title: "Get a specific BRGC batch by ID"
method: GET
path: "/brgc-batches/{batchId}"
tags: ["BRGC Batches"]
---

# Get a specific BRGC batch by ID

`GET /brgc-batches/{batchId}`

Retrieves detailed information about a specific batch.
You can only access batches you created.

**Rate Limit**: 60 requests per 10 minutes

## Path parameters

- `batchId` string, required

## Response `200`

Success

- object
  - `meta` object
  - `data` object
    - `batch_id` string
    - `total_quantity` integer
    - `total_amount` number
    - `total_redeemed` integer
    - `redemption_rate` integer — Redemption rate percentage (0-100)
    - `currency` string
    - `created_time` string, date-time
    - `expiration_date` string, date-time
    - `disabled` boolean
    - `details` BRGCBatchDetail[]
      - `count` integer
      - `value` number
    - `created_by` string
    - `sent_to` string

## Other responses

- `403` — Feature not enabled
- `404` — Batch not found or not accessible

---

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