---
title: "Get Feedstock Batch"
method: GET
path: "/feedstock_batches/{id}"
---

# Get Feedstock Batch

`GET /feedstock_batches/{id}`

Get a single feedstock batch in the Isometric system.

## Path parameters

- `id` string, required

## Headers

- `x-client-secret` string, required — A secret token identifying the client connecting to the API

## Response `200`

Successful Response

- FeedstockBatch
  - `id` string, required
  - `feedstock_type_id` string, required
  - `supplier_reference_id` string, nullable, required — A string that must be unique for all resources created by a specific supplier. It can be used by a client to identify the correct objects in their system.
  - `display_name` string, required
  - `delivery_date` string, date, required
  - `mass` ScalarQuantity, required
    - `magnitude` number, required
    - `unit` string, required
    - `standard_deviation` number, nullable
  - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/isometric/apis/isometric-certify-data-ingestion-api.md) · [All operations](https://skmtc.net/isometric/apis/isometric-certify-data-ingestion-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/isometric/isometric-certify-data-ingestion-api/versions/9819e9c8ccf0/schema)
