test_runs_getHttpResponses
Retrieve HTTP responses for a specified test run in LoadRunner Cloud to analyze performance test results and verify endpoint behavior.
Instructions
Get HTTP responses for a test run from LoadRunner Cloud.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
runId | Yes | The ID of the test run. |
Input Schema (JSON Schema)
{
"properties": {
"runId": {
"description": "The ID of the test run.",
"type": "string"
}
},
"required": [
"runId"
],
"type": "object"
}