# List Recipe Versions



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

List a recipe's version history, newest first (cursor-paginated, max 50 per page).

Each entry includes `version_id`, `parent_version_id`, `created_at`,
`created_by`, and an auto-generated `summary` of what changed. Pass
`?at=<iso8601>` with an explicit UTC offset to resolve the single version active
at that timestamp; `after` and `limit` are ignored in that mode, and 404 is
returned when no version exists at or before the given time. For actor/event audit
narrative, use `GET /recipes/\{recipe_id\}/audit-trail` instead.

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