---
title: "Retrieve a plugin"
method: GET
path: "/workspaces/{ws_id}/plugins/{id}"
tags: ["Plugin"]
---

# Retrieve a plugin

`GET /workspaces/{ws_id}/plugins/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- Plugin
  - `id` string
  - `name` string
  - `enabled` boolean
  - `endpoint_id` string, nullable
  - `source_id` string, nullable
  - `config` object
  - `metadata` Metadata
  - `created_at` integer
  - `updated_at` integer

---

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