---
title: "GET /base/{baseId}/dashboard/{dashboardId}/plugin/{pluginInstallId}"
method: GET
path: "/base/{baseId}/dashboard/{dashboardId}/plugin/{pluginInstallId}"
tags: ["dashboard"]
---

# GET /base/{baseId}/dashboard/{dashboardId}/plugin/{pluginInstallId}

`GET /base/{baseId}/dashboard/{dashboardId}/plugin/{pluginInstallId}`

Get a dashboard install plugin by id

## Path parameters

- `baseId` string, required
- `dashboardId` string, required
- `pluginInstallId` string, required

## Response `200`

Returns data about the dashboard install plugin.

- object
  - `pluginId` string, required
  - `pluginInstallId` string, required
  - `baseId` string, required
  - `name` string, required
  - `storage` object

---

[API](https://skmtc.net/teable/apis/teable-app.md) · [All operations](https://skmtc.net/teable/apis/teable-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teable/teable-app/revisions/7515f3b33d79/schema)
