get_test_run_errors_data
Retrieve error report data for a specific test run on BlazeMeter MCP Server to analyze performance issues and identify root causes.
Instructions
Get the errors 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 errors report data for. |
Input Schema (JSON Schema)
{
"properties": {
"masterId": {
"description": "The ID of the test run (master) to retrieve the errors report data for.",
"type": "string"
}
},
"required": [
"masterId"
],
"type": "object"
}