get_test_runs
Retrieve test runs for a specified test ID to monitor and analyze performance data using the BlazeMeter MCP Server.
Instructions
Get test runs (masters) for a specified test.
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| testId | Yes | The ID of the test to retrieve runs for. | 
Input Schema (JSON Schema)
{
  "properties": {
    "testId": {
      "description": "The ID of the test to retrieve runs for.",
      "type": "string"
    }
  },
  "required": [
    "testId"
  ],
  "type": "object"
}