Getting a list of buses
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 buses. - Select Serverless Integrations.
- In the left-hand panel, select
EventRouter. The Buses page will display a list of buses.
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 buses:
yc serverless eventrouter bus list --help -
Get a list of buses:
yc serverless eventrouter bus listResult:
+----------------------+------------------+----------------------+--------+---------------------+ | ID | NAME | FOLDER ID | STATUS | DELETION PROTECTION | +----------------------+------------------+----------------------+--------+---------------------+ | f6676a9ti657******** | my-new-bus-17 | b1g681qpemb4******** | ACTIVE | false | | f66aevm4ithv******** | my-favourite-bus | b1g681qpemb4******** | ACTIVE | true | | f66m2q222n92******** | my-bus-42 | b1g681qpemb4******** | ACTIVE | false | +----------------------+------------------+----------------------+--------+---------------------+
To view the a list of buses, use the list REST API method for the Bus resource or the BusService/List gRPC API call.