---
title: "Get App Bundle"
method: GET
path: "/api/v1/apps/{app_id}/bundle.js"
tags: ["apps"]
---

# Get App Bundle

`GET /api/v1/apps/{app_id}/bundle.js`

Serve the app's JS bundle (proxied from S3).

`embed_host_app_id` is set by `<EmbeddedApp>` in a host bundle: the child's
bytes are served to anyone with VIEWER on the host plus a live binding.

## Path parameters

- `app_id` string, uuid, required

## Query parameters

- `embed_host_app_id` string, uuid, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/netter/apis/dmi-backend.md) · [All operations](https://skmtc.net/netter/apis/dmi-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netter/dmi-backend/revisions/8de9cb14f744/schema)
