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