<a id="ksqldb-reference-show-connectors"></a>

# SHOW CONNECTORS statement in ksqlDB for Confluent Platform

## Synopsis

```sql
SHOW | LIST [SOURCE | SINK] CONNECTORS;
```

## Description

List all connectors in the Connect cluster.

#### NOTE
The SHOW and LIST statements don’t distinguish connectors that are created
by using the ksqlDB from connectors that are created independently by using
the Connect API.
