---
title: "Information about installed plugins"
method: GET
path: "/plugins/info"
tags: ["Plugins"]
---

# Information about installed plugins

`GET /plugins/info`

Get the list of plugin details and their licenses information

## Response `200`

Settings

- object
  - `result` 'success' | 'error', required — Result of the request
  - `action` 'getPluginsInfo', required — The id of the action
  - `data` object, required — Plugins info
    - `plugins` PluginsInfo[], required
      - `globalLimits` object — Most restrictive limits computed from each plugin license limits
        - `licensees` string[] — list of licensees for these plugins
        - `startDate` string — the latest date of start of validity for plugins
        - `endDate` string — the earliest date of end of validity for plugins
        - `maxNodes` integer — the lowest limit on maximum number of nodes for plugins
      - `details` object[], required — the list of details for each plugins
        - `id` string — internal id of the plugin
        - `name` string — fully qualified name of the plugin
        - `shortName` string — short name of the plugin
        - `description` string — description of the plugin
        - `version` string — version of the plugin
        - `status` 'enabled' | 'disabled' — status of the plugin, enabled or disabled
        - `statusMessage` string — a message explaining the status when disabled
        - `license` object — information about the plugin
          - `licensee` string — name of the licensee for that plugin
          - `softwareId` string — the fully qualified name of the plugin for which that license was issued
          - `minVersion` string — lowest version of the software for which that license is valid
          - `maxVersion` string — highest version of the software for which that license is valid
          - `startDate` string — start of validity date
          - `endDate` string — end of validity date
          - `maxNodes` integer — maximum number of node in Rudder for that license
          - `additionalInfo` object — additional information provided by the license

---

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