get_test_run_aggregate_data
Retrieve aggregate report data for a specific test run on the BlazeMeter MCP Server to analyze performance metrics and results efficiently.
Instructions
Get the aggregate report data for a specified test run (master).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
masterId | Yes | The ID of the test run (master) to retrieve the aggregate report data for. |
Input Schema (JSON Schema)
{
"properties": {
"masterId": {
"description": "The ID of the test run (master) to retrieve the aggregate report data for.",
"type": "string"
}
},
"required": [
"masterId"
],
"type": "object"
}