get_test_run_by_id
Retrieve detailed test run information by ID from Zebrunner's Public API to analyze execution results and track testing progress.
Instructions
๐ Get detailed Test Run information by ID from Public API
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Test Run ID | |
| project | No | Project alias ('web', 'android', 'ios', 'api') or project key | web |
| format | No | Output format: raw API response or formatted data | formatted |