v50

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-0193273218.8 KB
Kafka Connect

List connectors

List connectors managed by the Kafka Connect service.

get/v1/kafka-connect/clusters/{cluster_name}/connectors

Path parameters

cluster_namestring required

Unique name of target Connect cluster. For Redpanda Cloud, use redpanda.

Query parameters

page_tokenstring

Value of the next_page_token field returned by the previous response. If not provided, the system assumes the first page is requested.

page_sizeinteger

Limit the paginated response to a number of items. Defaults to 100. Use -1 to disable pagination.

Response

OK

next_page_tokenstring

Page Token to fetch the next page. The value can be used as page_token in the next call to this endpoint.