get_release
Retrieve a reviewed release with coverage, assessment, source URL, and all its facts. Omit version for the latest reviewed release, or specify a version for a specific release.
Instructions
One reviewed release: envelope (coverage, assessment, source URL) plus all its facts. facts=[] with coverage=full_reviewed means the release was read and is routine — auditable silence. Omit version for the latest reviewed release of the project. Set include_raw for the original release note body (raw_notes); when the review is not the full story (coverage insufficient, or zero facts) raw_notes is included automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | project slug, e.g. envoy | |
| version | No | release tag exactly as published, e.g. v1.38.3; omit for the latest reviewed release | |
| include_raw | No | also return the original release note body as raw_notes — judge from the source instead of the extracted facts |