---
title: "GET /api/ee/custom-viz-plugin/{id}/bundle"
method: GET
path: "/api/ee/custom-viz-plugin/{id}/bundle"
tags: ["/api/ee/custom-viz-plugin"]
---

# GET /api/ee/custom-viz-plugin/{id}/bundle

`GET /api/ee/custom-viz-plugin/{id}/bundle`

Serve the JS bundle for a plugin from the on-disk cache.
   Returns application/javascript with ETag and Cache-Control headers.
   In dev mode, proxies from `dev_bundle_url` if set.

## Path parameters

- `id` integer, required

## Response `2XX`

Successful response

- unknown

## Other responses

- `4XX` — Client error response
- `5XX` — Server error response

## Changes

- **2026-05-22** `b1dc4ea67567` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/metabase/apis/metabase-api/changes/api/ee/custom-viz-plugin/:id/bundle/get.md)

---

[API](https://skmtc.dev/metabase/apis/metabase-api.md) · [All operations](https://skmtc.dev/metabase/apis/metabase-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/metabase/metabase-api/revisions/b1dc4ea67567/schema)
