projects_getLoadTestRuns
Retrieve load test runs for a specific project in LoadRunner Cloud to analyze performance test results and monitor project progress.
Instructions
Retrieve runs for a load test in a project from LoadRunner Cloud.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
loadTestId | Yes | The ID of the load test. | |
projectId | Yes | The ID of the project. |
Input Schema (JSON Schema)
{
"properties": {
"loadTestId": {
"description": "The ID of the load test.",
"type": "string"
},
"projectId": {
"description": "The ID of the project.",
"type": "string"
}
},
"required": [
"projectId",
"loadTestId"
],
"type": "object"
}