build_get_bundle
Fetch the CURRENT (or a given) PUBLISHED bundle: the file list + a signed download_url, or ONE file's content inline via file=. For ANY change request on an existing app, START from this bundle and modify it — re-authoring from scratch silently drops the hand-authored ui/app.js and every prior fix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Optional app-root-relative path (e.g. 'ui/app.js') to return that single file's content inline (~120KB cap, truncated with a note). | |
| project_uuid | Yes | ||
| version_uuid | No | Default: latest published version. |