Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Serverless Integrations
    • All guides
        • Getting a list of buses
        • Getting information about a bus
    • Viewing operations with service resources
  • Pricing policy
  • Terraform reference
  • Release notes
  1. Step-by-step guides
  2. EventRouter
  3. Getting information about a bus
  4. Getting a list of buses

Getting a list of buses

Written by
Yandex Cloud
Updated at May 5, 2025
Management console
CLI
API
  1. In the management console, go to the folder where you want to view a list of buses.
  2. Select Serverless Integrations.
  3. 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 yet, install and initialize it.

The folder specified when creating the CLI profile is used by default. To change the default folder, use the yc config set folder-id <folder_ID> command. You can specify a different folder using the --folder-name or --folder-id parameter.

  1. See the description of the CLI command to view a list of buses:

    yc serverless eventrouter bus list --help
    
  2. Get a list of buses:

    yc serverless eventrouter bus list
    

    Result:

    +----------------------+------------------+----------------------+--------+---------------------+
    |          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.

Was the article helpful?

Previous
Forcing a workflow to stop
Next
Getting information about a bus
Yandex project
© 2025 Yandex.Cloud LLC