v50

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

List connector topics

Returns a list of connector topic names. If the connector is inactive, this call returns an empty list.

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

Path parameters

cluster_namestring required

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

namestring required

Name of connector.

Response

OK

topicsstring[]

Topic names.