# List Recipe Servings



{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}

List all active servings for a recipe.

Returns every serving defined on the recipe with its computed size,
dual-column label status, and nutrition-facts availability flags.
The top-level `version_id` mirrors the recipe's HEAD ULID on the
`main` branch — clients can pass it back as `If-Match` on the
next mutation for optimistic concurrency, or use it to pin a
follow-up `getRecipeServing` call to the same snapshot. Accepts
`?version_id=` to read the servings list at a historical version.

Available only on API versions declaring the `recipe_versioning`
capability. Requests without this capability receive a 404.

<APIPage document="&#x22;bettermenu&#x22;" operations="[{&#x22;path&#x22;:&#x22;/studio/recipes/{recipe_id}/servings&#x22;,&#x22;method&#x22;:&#x22;get&#x22;}]" />
