# plugin

**Scope required:** standard:read plugins:read

For a complete list of possible response fields see the [Plugin](https://docs.bunny.com/developer/api-reference/types/plugin) type.

```graphql
query plugin ($id: ID, $code: String, $format: String) {
  plugin (id: $id, code: $code, format: $format) {
    authType
    authenticated
    componentName
    description
    enabled
    enabledOnlyForUserId
    entitySelectionEnabled
    guid
    helplink
    hidden
    id
    logo
    name
    pluginDefinitionId
    pluginVendorId
    summary
    userIsolation
    uuid
    webhookUrl
  }
}
```

## Arguments

| Name   | Type   | Description |
| ------ | ------ | ----------- |
| id     | ID     |             |
| code   | String |             |
| format | String |             |

## Response

* [Plugin](https://docs.bunny.com/developer/api-reference/types/plugin)
