---
title: "List all CustomPlugins"
method: GET
path: "/v2/control-planes/{controlPlaneId}/core-entities/custom-plugins"
tags: ["CustomPlugins"]
---

# List all CustomPlugins

`GET /v2/control-planes/{controlPlaneId}/core-entities/custom-plugins`

**Pre-release Endpoint**
This endpoint is currently in beta and is subject to change.

List all CustomPlugins

## Query parameters

- `size` integer
- `offset` string
- `tags` string

## Response `200`

A successful response listing CustomPlugins

- object
  - `data` CustomPlugin[]
    - `created_at` integer, nullable — Unix epoch when the resource was created.
    - `handler` string, required — The handler for the given custom plugin.
    - `id` string, nullable — A string representing a UUID (universally unique identifier).
    - `name` string, required — The name to associate with the given custom plugin. Consider using a distinct prefix for custom plugins to avoid naming conflicts with new bundled plugins in future Kong releases.
    - `schema` string, required — The schema for the given custom plugin.
    - `tags` string[], nullable — A set of strings representing tags.
    - `updated_at` integer, nullable — Unix epoch when the resource was last updated.
  - `next` string — URI to the next page (may be null)
  - `offset` string — Offset is used to paginate through the API. Provide this value to the next list operation to fetch the next page

## Other responses

- `401` — Unauthorized

## Changes

- **2025-08-22** `3c0154b2053a` — 1 breaking
  - the response property `data` became nullable for the status `200`
- **2025-07-22** `76b0fefddb0d` — 1 breaking
  - the response property `data/items/tags` became nullable for the status `200`

[Change history](https://skmtc.dev/kong/apis/konnect-api-go-sdk/changes/v2/control-planes/:controlPlaneId/core-entities/custom-plugins/get.md)

---

[API](https://skmtc.dev/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.dev/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/revisions/7d3c634668f8/schema)
