Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • 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 Load Testing
  • Service shutdown
  • Getting started
    • All guides
    • Creating a test agent
    • Configuring test agent security groups
    • Configuring test target security groups
    • Creating a test with data from a bucket
    • Exporting test reports
    • Collecting user requests using Dispatcher
    • Creating and configuring a regression dashboard
    • Checking regression metrics for exceeded thresholds
    • Saving test artifacts to Object Storage
    • Viewing service resource operations
  • Access management
  • Pricing policy
  • Terraform reference
  • Audit Trails events
  • Release notes

In this article:

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

Viewing operations with Load Testing resources

Written by
Yandex Cloud
Updated at May 5, 2026
  • Getting a list of operations
  • Getting operation details

Warning

Starting July 1, 2026, Load Testing will be discontinued. For more information, see Yandex Load Testing shutdown.

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

Getting a list of operationsGetting a list of operations

Management console
  1. In the management console, open the folder where you want to view operations.
  2. In the list of services, select Load Testing.
  3. In the left-hand panel, select Operations.

In the list that opens, you will also see operations for the deleted resources.

Getting operation detailsGetting operation details

  1. Get a list of operations for the resource.

  2. Copy the operation ID.

  3. Get 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: ff67zb1214j6********
    description: Create Job
    created_at: "2024-02-01T09:07:33.271288Z"
    created_by: ajego134p5h1********
    modified_at: "2024-02-01T09:07:33.398853Z"
    done: true
    metadata:
      '@type': type.googleapis.com/google.protobuf.Empty
      value: {}
    response:
      '@type': type.googleapis.com/google.protobuf.Empty
      value: {}
    

    Use the get REST API method or the OperationService/Get gRPC API call.

See alsoSee also

  • Working with operations

Was the article helpful?

Previous
Saving test artifacts to Object Storage
Next
All tutorials
© 2026 Direct Cursus Technology L.L.C.