---
title: "List custom plugin versions configured across all active Kafka Connect services in the organization"
method: GET
path: "/organization/{organization_id}/kafka-connect/plugin-deployments"
tags: ["Kafka_Connect_Custom_Plugins"]
---

# List custom plugin versions configured across all active Kafka Connect services in the organization

`GET /organization/{organization_id}/kafka-connect/plugin-deployments`

Returns one entry per distinct (plugin\_name, plugin\_version) pair, with a count of how many active services are configured with that plugin version. Reflects the service user config directly.

## Path parameters

- `organization_id` string, required

## Response `200`

Response

- KafkaConnectPluginDeploymentsListResponse — KafkaConnectPluginDeploymentsListResponse
  - `plugin_deployments` object[], required — Custom plugin versions currently configured across all active Kafka Connect services in the organization, ordered by descending service_count. Reflects the service user config directly.
    - `plugin_name` string, required — Name of the custom plugin.
    - `plugin_version` string, required — Version of the custom plugin as configured in the service user config. May be 'latest'.
    - `service_count` integer, required — Number of distinct active Kafka Connect services in this organization configured with this plugin version.

## Other responses

- `403` — Operation not allowed

## Changes

- **2026-09-17** `2c34e77db4df` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/aiven/apis/aiven-api-documentation/changes/organization/:organization_id/kafka-connect/plugin-deployments/get.md)

---

[API](https://skmtc.dev/aiven/apis/aiven-api-documentation.md) · [All operations](https://skmtc.dev/aiven/apis/aiven-api-documentation/llms.txt) · [OpenAPI document](https://skmtc.dev/aiven/apis/aiven-api-documentation/revisions/90f50802482d?raw)
