Yandex Cloud
Search
Discuss with expertTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
    • Cloud Interconnect
    • Cloud Backup
    • Cloud Registry
    • Yandex AI Studio
    • Compute Cloud
    • Object Storage
    • Managed Service for Kubernetes®
    • Yandex BareMetal
    • Smart Web Security
    • Security Deck
    • Managed Service for PostgreSQL
    • Managed Service for ClickHouse®
    • Monium
    • Cloud CDN
    • Network Load Balancer
    • Virtual Private Cloud
    • Cloud DNS
    • Application Load Balancer
    • Yandex Cloud Video
    • Stackland
    • Yandex Cloud Router
    • Yandex Managed Service for Trino
    • Managed Service for MySQL®
    • Managed Service for Valkey™
    • Managed Service for Apache Spark™
    • Yandex StoreDoc
    • Managed Service for OpenSearch
    • Managed Service for Apache Kafka®
    • Data Transfer
    • Yandex MPP Analytics Engine for PostgreSQL
    • Yandex Managed Service for Apache Airflow®
    • Data Processing
    • Yandex MetaData Hub
    • Managed Service for YDB
    • Managed Service for Sharded PostgreSQL
    • Managed Service for YTsaurus
    • Yandex WebSQL
    • DataLens
    • Yandex Search API
    • SpeechSense
    • SpeechKit
    • DataSphere
    • Vision OCR
    • Translate
    • Yandex Identity Hub
    • Key Management Service
    • Certificate Manager
    • Yandex Lockbox
    • Audit Trails
    • SmartCaptcha
    • Cloud Desktop
    • SourceCraft Code Assistant
    • Container Registry
    • Managed Service for GitLab
    • Managed Service for Prometheus®
    • Cloud Functions
    • API Gateway
    • Yandex Cloud Postbox
    • Message Queue
    • Serverless Integrations
    • IoT Core
    • Data Streams
    • Serverless Containers
    • Cloud Notification Service
    • Yandex Query
    • Identity and Access Management
    • Yandex Cloud Console
    • Resource Manager
    • Yandex Cloud Billing
    • Yandex Cloud Quota Manager
    • Cloud Apps
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Yandex API Gateway
  • Getting started
    • All guides
    • Creating an API gateway
    • Viewing operations with service resources
  • Access management
  • Tools
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Public materials
  • Release notes
  • FAQ

In this article:

  • Getting a list of operations
  • Getting operation details
  1. Step-by-step guides
  2. Viewing operations with service resources

Viewing operations with API Gateway resources

Written by
Yandex Cloud
Updated at July 8, 2026
View in Markdown
  • Getting a list of operations
  • Getting operation details

The system logs all actions with API Gateway resources as a list of operations. Each operation gets its own unique ID.

Getting a list of operationsGetting a list of operations

Management console
CLI
API

You can get a list of operations for a specific resource. The steps below describe how you can do this for an API gateway. The same steps apply to other resources as well.

  1. In the management console, open the folder containing the API gateway.

  2. Navigate to API Gateway.

  3. In the left-hand panel, select API gateways.

  4. Select the API gateway you need.

  5. Navigate to the Operations tab for the selected API gateway.

    You will see a list of operations with the selected API gateway.

If you do not have the Yandex Cloud CLI yet, install and initialize it.

The folder used by default is the one specified when creating the CLI profile. To change the default folder, use the yc config set folder-id <folder_ID> command. You can also specify a different folder for any command using --folder-name or --folder-id. If you access a resource by its name, the search will be limited to the default folder. If you access a resource by its ID, the search will be global, i.e., through all folders based on access permissions.

To get the list of operations for the API Gateway resource, run this command:

yc serverless <resource_type> list-operations <resource_name_or_ID>

Example

Getting a list of operations for an API gateway:

yc serverless api-gateway list-operations epdplu8jn7sr********

Result:

+----------------------+---------------------+----------------------+---------------------+--------+------------------+
|          ID          |     CREATED AT      |      CREATED BY      |     MODIFIED AT     | STATUS |   DESCRIPTION    |
+----------------------+---------------------+----------------------+---------------------+--------+------------------+
| d5d6ja2j20tj******** | 2024-06-21 09:59:41 | aje9k8luj4qf******** | 2024-06-21 09:59:43 | DONE   | operation_update |
| d5dphtf4p0tp******** | 2024-06-21 09:51:17 | aje9k8luj4qf******** | 2024-06-21 09:51:20 | DONE   | operation_create |
+----------------------+---------------------+----------------------+---------------------+--------+------------------+

By default, information about operations is output as text. To get more details, use --format to specify the yaml or json output format:

yc serverless api-gateway list-operations <API_gateway_name_or_ID> --format yaml

Result:

- id: d5d6ja2j20tj********
  description: operation_update
  created_at: "2024-06-21T09:59:41.804Z"
  created_by: aje9k8luj4qf********
  modified_at: "2024-06-21T09:59:43.519Z"
  done: true
  metadata:
    '@type': type.googleapis.com/yandex.cloud.serverless.apigateway.v1.UpdateApiGatewayMetadata
    api_gateway_id: d5dig9e60uco********
...

Use the listOperations REST API method for the relevant resource or the <service>/ListOperations gRPC API call.

For example, for an API gateway, use either the listOperations REST API method for the ApiGateway resource or the ApiGatewayService/ListOperations gRPC API call.

Getting operation detailsGetting operation details

  1. Get a list of operations for the API gateway.

  2. Copy the operation ID.

  3. Get the operation details:

    CLI
    API

    If you do not have the Yandex Cloud CLI yet, install and initialize it.

    The folder used by default is the one specified when creating the CLI profile. To change the default folder, use the yc config set folder-id <folder_ID> command. You can also specify a different folder for any command using --folder-name or --folder-id. If you access a resource by its name, the search will be limited to the default folder. If you access a resource by its ID, the search will be global, i.e., through all folders based on access permissions.

    Run this command:

    yc operation get <operation_ID>
    

    Result:

      id: d5dphtf4p0tp********
      description: operation_create
      created_at: "2024-06-21T09:51:17.430Z"
      created_by: aje9k8luj4qf********
      modified_at: "2024-06-21T09:51:20.810Z"
      done: true
      metadata:
        '@type': type.googleapis.com/yandex.cloud.serverless.apigateway.v1.CreateApiGatewayMetadata
        api_gateway_id: d5dig9e60uco********
      response:
        '@type': type.googleapis.com/yandex.cloud.serverless.apigateway.v1.ApiGateway
        id: d5dig9e60uco********
        folder_id: b1g681qpemb4********
        created_at: "2024-06-21T09:51:17.489Z"
        name: operation-logs
        status: ACTIVE
        domain: d5dm1lba80md********.i9******.apigw.yandexcloud.net
        connectivity: {}
        log_options:
          folder_id: b1g681qpemb4********
        execution_timeout: 300s
    

    Use the OperationService/Get gRPC API call.

Useful linksUseful links

  • Working with operations

Was the article helpful?

Previous
Swagger UI
Next
All tutorials
© 2026 Direct Cursus Technology L.L.C.