get_test_run_by_id
Retrieve detailed test run information by ID from Zebrunner's public API to access execution data, results, and reporting metrics for quality assurance analysis.
Instructions
🔍 Get detailed Test Run information by ID from Public API
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format: raw API response or formatted data | formatted |
| id | Yes | Test Run ID | |
| project | No | Project alias ('web', 'android', 'ios', 'api') or project key | web |