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

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

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

Serve a static image asset from the plugin's bundle.
   The asset path is passed as a `path` query parameter (e.g. `?path=icon.svg`)
   and must match an entry in the manifest's `assets` whitelist.
   Only image files are served.
   In dev mode, proxies from the dev base URL if set.

## Path parameters

- `id` integer, required

## Query parameters

- `path` string, required

## Response `2XX`

Successful response

- unknown

## Other responses

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

---

[API](https://skmtc.net/metabase/apis/metabase-api.md) · [All operations](https://skmtc.net/metabase/apis/metabase-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/metabase/metabase-api/versions/08b5a2bafb4f/schema)
