get_recipe
Retrieve a complete recipe with steps, ingredients, and entity IDs to prepare for updates. Use this to get all IDs needed for editing without breaking existing data.
Instructions
Read one recipe in full: steps, ingredients, and all entity ids.
Always call this before update_recipe. The ids in the result are what you pass back to keep existing steps, ingredients, foods and units intact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipe_id | Yes | Recipe id |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |