Getting a list of connectors
Written by
Updated at June 9, 2025
Management console
CLI
API
- In the management console
, go to the folder where you want to view a list of connectors. - Select Serverless Integrations.
- In the left-hand panel, click
EventRouter and select a bus. - In the left-hand panel, click
Connectors. The Connectors page will display a list of connectors.
If you do not have the Yandex Cloud CLI installed yet, install and initialize it.
By default, the CLI uses the folder specified when creating the profile. To change the default folder, use the yc config set folder-id <folder_ID> command. You can also set a different folder for any specific command using the --folder-name or --folder-id parameter.
-
See the description of the CLI command to view a list of connectors:
yc serverless eventrouter connector list --help -
Get a list of connectors:
yc serverless eventrouter connector listResult:
+----------------------+-----------------------+----------------------+----------------------+---------+---------------------+ | ID | NAME | BUS ID | FOLDER ID | STATUS | DELETION PROTECTION | +----------------------+-----------------------+----------------------+----------------------+---------+---------------------+ | f66g4h59ih2g******** | connector-my-ydb-flow | f66qn4p7uk6p******** | b1g681qpemb4******** | STOPPED | true | | f66g6jcnc5no******** | yds-via-cli | f66qn4p7uk6p******** | b1g681qpemb4******** | RUNNING | false | | f66jfhcg1u71******** | mq-via-terraform | f66qn4p7uk6p******** | b1g681qpemb4******** | RUNNING | false | +----------------------+-----------------------+----------------------+----------------------+---------+---------------------+
To view a list of connectors, use the list REST API method for the Connector resource or the ConnectorService/List gRPC API call.