get_launch_details
Retrieve comprehensive launch details and test session data from Zebrunner Test Case Management for analysis and reporting.
Instructions
🚀 Get comprehensive launch details including test sessions (uses new reporting API with enhanced authentication)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectKey | No | Project key (e.g., 'android' or 'ANDROID') - alternative to projectId | |
| projectId | No | Project ID (e.g., 7) - alternative to projectKey | |
| launchId | Yes | Launch ID (e.g., 118685) | |
| includeLaunchDetails | No | Include detailed launch information | |
| includeTestSessions | No | Include test sessions data | |
| format | No | Output format | json |