Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • 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
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Load Testing
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
    • API authentication
      • Overview
        • Overview
        • GetTable
        • CalculateKpiValues
  • Audit Trails events
  • Release notes

In this article:

  • HTTP request
  • Path parameters
  • Response
  • Report
  • Quantiles
  1. API reference
  2. REST
  3. Report
  4. GetTable

Load Testing API, REST: Report.GetTable

Written by
Yandex Cloud
Updated at August 8, 2025
  • HTTP request
  • Path parameters
  • Response
  • Report
  • Quantiles

Returns a report table for the specified test.

HTTP requestHTTP request

GET https://loadtesting.api.cloud.yandex.net/loadtesting/api/v1/reports/{testId}/table

Path parametersPath parameters

Field

Description

testId

string

Required field. ID of the test for which report table will be returned.

ResponseResponse

HTTP Code: 200 - OK

{
  "status": "string",
  "overall": {
    "httpCodes": "object",
    "netCodes": "object",
    "quantiles": {
      "q50": "string",
      "q75": "string",
      "q80": "string",
      "q85": "string",
      "q90": "string",
      "q95": "string",
      "q98": "string",
      "q99": "string",
      "q100": "string"
    }
  },
  "cases": "object"
}

Field

Description

status

enum (Status)

Status of report table.

  • STATUS_UNSPECIFIED: Status is not specified.
  • COLLECTING: Report is being collected.
  • CALCULATING: Report is being calculated.
  • READY: Report is ready.

overall

Report

Result for all test cases combined ("overall" test case).

cases

object (map<string, Report>)

Results for individual test cases, mapped as case_name:report.

ReportReport

Aggregated test results.

Field

Description

httpCodes

object (map<string, string (int64)>)

Total count of HTTP responses, grouped by HTTP response code.

netCodes

object (map<string, string (int64)>)

Total count of network responses, grouped by response code.

quantiles

Quantiles

Response time statistics, aggregated by quantiles.

QuantilesQuantiles

Statistical data aggregated by predefined set of quantiles.

Field

Description

q50

string

50 percentile (median).

q75

string

75 percentile.

q80

string

80 percentile.

q85

string

85 percentile.

q90

string

90 percentile.

q95

string

95 percentile.

q98

string

98 percentile.

q99

string

99 percentile.

q100

string

100 percentile (maximum or minimum).

Was the article helpful?

Previous
Overview
Next
CalculateKpiValues
© 2025 Direct Cursus Technology L.L.C.