get_test_run_status
Check the current execution status of a BugBug test run by providing its unique identifier to monitor progress and completion.
Instructions
Get current status 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"
}