get_run
Retrieve details of a specific test run using project code and run ID. Optionally include related entities like cases.
Instructions
Get a specific test run by project code and run ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Project code (2-10 uppercase letters, numbers, or underscores) | |
| id | Yes | Entity ID (positive integer) | |
| include | No | Comma-separated relations to include (e.g., "cases") |