---
title: "Lint a Redpanda Connect pipeline configuration"
method: POST
path: "/v1/redpanda-connect/pipelines:lint-config"
tags: ["Redpanda Connect Pipelines"]
---

# Lint a Redpanda Connect pipeline configuration

`POST /v1/redpanda-connect/pipelines:lint-config`

Validates a supplied Redpanda Connect pipeline YAML and returns a list of linting hints. If no problems are found, the list is empty.

## Request body

- LintPipelineConfigRequest
  - `config_yaml` string, required — The Redpanda Connect pipeline configuration in YAML format. See the [Redpanda Connect Configuration](https://docs.redpanda.com/redpanda-cloud/develop/connect/configuration/about) documentation for more details.

## Response `200`

Linting finished. See `lint_hints` for details.

- LintPipelineConfigResponse
  - `lint_hints` LintHint[] — A list of linting issues.
    - `column` integer — Column number of the lint.
    - `hint` string — The hint message.
    - `line` integer — Line number of the lint.
    - `lint_type` string — Optional lint type or enum.

## Other responses

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

## Changes

- **2025-08-20** `dc5aad6b7519` — 2 info
  - api tag `Redpanda Connect Pipelines` added
  - api tag `Redpanda Connect Pipeline` removed
- **2025-05-28** `67c49a199ad8` — 1 info
  - endpoint added
- **2025-05-27** `dfa71f9d277e` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/redpanda-data/apis/redpanda-cloud-data-plane-api/changes/v1/redpanda-connect/pipelines:lint-config/post.md)

---

[API](https://skmtc.dev/redpanda-data/apis/redpanda-cloud-data-plane-api.md) · [All operations](https://skmtc.dev/redpanda-data/apis/redpanda-cloud-data-plane-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/redpanda-data/redpanda-cloud-data-plane-api/revisions/7eef0bcc42e7/schema)
