---
title: "GET /api/ee/custom-viz-plugin/list"
method: GET
path: "/api/ee/custom-viz-plugin/list"
tags: ["/api/ee/custom-viz-plugin"]
---

# GET /api/ee/custom-viz-plugin/list

`GET /api/ee/custom-viz-plugin/list`

List active and enabled custom visualization plugins. Available to any authenticated user.
   Plugins with incompatible Metabase version requirements are excluded.
   Dev-only plugins are excluded when dev mode is disabled.

## Response `2XX`

Successful response

- object[]
  - `bundle_hash` string, nullable
  - `bundle_url` string, required
  - `dev_bundle_url` string, nullable
  - `display_name` string, required
  - `icon` string, nullable
  - `id` integer, required — value must be an integer greater than zero.
  - `identifier` string, required
  - `manifest` 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/revisions/08b5a2bafb4f/schema)
