---
title: "GET /plugin/{pluginId}"
method: GET
path: "/plugin/{pluginId}"
tags: ["plugin"]
---

# GET /plugin/{pluginId}

`GET /plugin/{pluginId}`

## Path parameters

- `pluginId` string, required

## Response `200`

Successful

- Model10
  - `pluginId` string, required
  - `name` string, required
  - `providerId` string, required
  - `createdAt` string, date, required
  - `scripts` string
  - `providers` string
  - `secrets` object
    - `string` String
      - `secretId` string
      - `value` string
      - `type` string
      - `isSet` boolean
      - `optional` boolean

## Other responses

- `409` — Plugin does not exist
- `500` — Internal Server Error

---

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