get_test
Retrieve detailed information about a specific BugBug test using its unique identifier to access execution status, results, and related data.
Instructions
Get details of a specific BugBug test
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| testId | Yes | Test UUID |
Input Schema (JSON Schema)
{
"properties": {
"testId": {
"description": "Test UUID",
"type": "string"
}
},
"required": [
"testId"
],
"type": "object"
}