recipes

Get a recipe by path

Returns the contents of a recipe file by its path. Uses a wildcard path parameter to support nested paths (e.g., base/webserver). (Added in PR #177, may not be present on all builds.)

get/api/v1/recipes/{path}

Path parameters

pathstring required

Recipe path (supports nested paths like base/webserver)

Response

Recipe contents

{"stackTrail":"components:schemas:NATSResponse","oasType":"schema","type":"unknown","description":"Raw JSON response from the farmer via NATS proxy. The structure\nvaries by endpoint — refer to the farmer documentation for\nresponse schemas specific to each NATS subject.\n"}

Changes