get_test_run
Retrieve detailed results for a specific BugBug test run using its unique identifier to analyze test execution outcomes and performance metrics.
Instructions
Get detailed results of a BugBug test run
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | Test run UUID |
Input Schema (JSON Schema)
{
"properties": {
"runId": {
"description": "Test run UUID",
"type": "string"
}
},
"required": [
"runId"
],
"type": "object"
}