get_release
Fetch a single release by UUID with aggregate stats, linked manual execution results, and automated launch data. Use optional flags to include or omit related executions for a smaller response.
Instructions
Get a single release with full details including aggregate stats, optionally with linked manual executions and automated launches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| releaseId | Yes | Release UUID. Obtain from list_releases. | |
| includeLaunches | No | Include linked automated launches with stats | |
| includeLinkedExecutions | No | Include the linked manual executions with per-execution stats. Set false to keep the response small - the stats.linkedExecutions totals are returned either way. |