---
title: "Retrieve the schema for Redpanda Connect pipeline configurations"
method: GET
path: "/v1/redpanda-connect/config-schema"
tags: ["Redpanda Connect Pipelines"]
---

# Retrieve the schema for Redpanda Connect pipeline configurations

`GET /v1/redpanda-connect/config-schema`

The configuration schema includes available [components and processors](https://docs.redpanda.com/redpanda-cloud/develop/connect/components/about) in this Redpanda Connect instance.

## Response `200`

OK

- GetPipelineServiceConfigSchemaResponse
  - `config_schema` string — JSON schema of the configuration components that are allowed for Connect pipelines.

## Other responses

- `401` — Unauthenticated.
- `500` — Internal Server Error. Reach out to support.
- `default` — An unexpected error response.

---

[API](https://skmtc.net/redpanda-data/apis/redpanda-cloud-data-plane-api.md) · [All operations](https://skmtc.net/redpanda-data/apis/redpanda-cloud-data-plane-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/redpanda-data/redpanda-cloud-data-plane-api/versions/2917b4dd86f7/schema)
