get_batch
Retrieve a brew batch's complete record—grain bill, hops, yeast, mash steps, fermentation schedule, water profile, and measurements. Limit output to selected sections for a lighter response.
Instructions
Fetch one batch in full, or just the sections you need.
Full batch records are large. Passing sections trims the payload to the
parts you actually want.
Args:
batch_id: The batch _id from list_batches.
sections: Optional subset of: fermentables, hops, yeast, miscs, mash,
fermentation, water, measurements, notes. Omit for everything.
Returns: Grain bill with weights and bill percentages, hop schedule with timing and use, yeast and pitch info, mash steps, fermentation schedule, water profile, and all measured values. Weights, volumes and temperatures carry both US customary and metric.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| batch_id | Yes | ||
| sections | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||