get_all_launches_for_project
Retrieve all test execution launches for a specific project with pagination support, using Zebrunner's reporting API to access launch data in raw or formatted output.
Instructions
📋 Get all launches for a project with pagination (uses new reporting API)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format - 'raw' for full API response, 'formatted' for user-friendly display | formatted |
| page | No | Page number (starts from 1) | |
| pageSize | No | Number of launches per page (max 100) | |
| project | Yes | Project alias (web/android/ios/api), project key, or project ID |