---
title: "ListPlugins"
method: GET
path: "/v1alpha/plugins"
tags: ["PluginsService"]
---

# ListPlugins

`GET /v1alpha/plugins`

## Response `200`

OK

- ListPluginsResponse
  - `plugins` Plugin[]
    - `actions` Action[] — Actions that this plugin supports
      - `invokable` boolean — Whether this action can be invoked through the API
      - `type` 'ACTION_UNSPECIFIED' | 'GENERATE_DATA_POLICY' | 'GENERATE_SAMPLE_DATA', enum — The type of action that this plugin supports
    - `id` string — The unique identifier for this plugin
    - `implementation` string — The canonical class name of the implementation of this plugin

## Other responses

- `default` — Default error response

## Changes

- **2023-12-11** `7ef31e176be1` — 1 warning, 1 info
  - removed the optional property `plugins/items/pluginType` from the response with the `200` status
  - added the optional property `plugins/items/actions` to the response with the `200` status
- **2023-12-04** `c6de171ea12f` — 1 info
  - endpoint added
- **2023-11-17** `04d64891152e` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/getstrm/apis/pace-api/changes/v1alpha/plugins/get.md)

---

[API](https://skmtc.dev/getstrm/apis/pace-api.md) · [All operations](https://skmtc.dev/getstrm/apis/pace-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getstrm/pace-api/revisions/7102a90e7c1e/schema)
