Get a plugin
Get the metadata for a plugin by its ID.
### Usage notes
- Retrieve the **pluginId** by calling the [/v2/plugins](https://help.sigmacomputing.com/reference/list-custom-plugins) endpoint.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Path parameters
pluginId
Unique identifier (UUID) of the custom plugin.
Response
The response body.
pluginId
Unique identifier (UUID) of the plugin.
name
Display name of the plugin.
description
Description of the plugin.
url
Production URL where the plugin is hosted. Sigma loads the plugin from this URL when it is added to a workbook. An empty string indicates that no production URL has been set for the plugin yet.
devUrl
Development URL for the plugin. Sigma loads the plugin from this URL when the plugin runs in development mode.
type

