Get Launch
get_launchRetrieve a specific launch and get a summary of its details, including test results and metadata, using the launch ID. Simplify access to launch information from Allure TestOps.
Instructions
Retrieve a specific launch and summarize its details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| launch_id | Yes | Launch ID (required). | |
| project_id | No | Optional override for the default Project ID. | |
| output_format | No | Output format: 'json' (default) or 'plain'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| url | No | ||
| jobs | No | ||
| name | No | ||
| tags | No | ||
| links | No | ||
| closed | No | ||
| issues | No | ||
| external | No | ||
| autoclose | No | ||
| statistic | No | ||
| created_by | No | ||
| project_id | No | ||
| environment | No | ||
| created_date | No | ||
| last_modified_by | No | ||
| new_defects_count | No | ||
| last_modified_date | No | ||
| known_defects_count | No | ||
| manual_execution_guidance | No |