list_batches
Retrieve brew batches from your brewery, optionally filtered by status, with key metrics like OG/FG/ABV. Sorted by brew date descending for chronological order.
Instructions
List brew batches, newest first by default.
Ordering is by brew date, not by id — Brewfather's default _id ordering
is not chronological, so "newest" would otherwise be meaningless.
Args: status: Optional filter. One of Planning, Brewing, Fermenting, Conditioning, Completed, Archived. limit: Maximum batches to return. Default 25. newest_first: Sort by brew date descending. Default True.
Returns: Compact rows: id, batch number, name, style, brew date, status, and measured OG/FG/ABV. Use get_batch for the full record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| status | No | ||
| newest_first | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||