test_runs_getTestRunTransactions
Retrieve detailed transaction information for a specific test run using the test run ID to analyze and optimize performance outcomes in LoadRunner Cloud.
Instructions
List all transaction information in a test run.
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"
}