---
title: "List Custom Plugin Schemas"
method: GET
path: "/v2/control-planes/{controlPlaneId}/core-entities/plugin-schemas"
tags: ["Custom Plugin Schemas"]
---

# List Custom Plugin Schemas

`GET /v2/control-planes/{controlPlaneId}/core-entities/plugin-schemas`

Returns an array of custom plugins schemas associated with a control plane.

## Query parameters

- `page[size]` integer
- `page[after]` string

## Response `200`

A paginated list response for a collection of custom plugin schemas.

- object
  - `items` object[]
    - `lua_schema` string — The custom plugin schema; `jq -Rs '.' schema.lua`.
    - `name` string — The custom plugin name determined by the custom plugin schema.
    - `created_at` integer — An ISO-8604 timestamp representation of custom plugin schema creation date.
    - `updated_at` integer — An ISO-8604 timestamp representation of custom plugin schema update date.
  - `page` object
    - `total_count` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

## Changes

- **2026-06-23** `bb5e056b7c6d` — 1 warning, 1 info
  - removed the optional property `page/total` from the response with the `200` status
  - added the optional property `page/total_count` to the response with the `200` status
- **2025-10-23** `8ab3ec3ed301` — 1 warning
  - added the new `type` enum value to the `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterStandard]/rule` response property for the response status `400`
- **2025-08-22** `3c0154b2053a` — 14 breaking
  - the response property `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterChoiceItem]/source` became nullable for the status `400`
  - the response property `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterDependentItem]/source` became nullable for the status `400`
  - the response property `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterMaximumLength]/source` became nullable for the status `400`
  - the response property `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterMinimumLength]/source` became nullable for the status `400`
  - …10 more

[Change history](https://skmtc.dev/kong/apis/konnect-api-go-sdk/changes/v2/control-planes/:controlPlaneId/core-entities/plugin-schemas/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)
