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