retrieve_release
Fetches a specific release from Plane using its UUID, returning the release object for further processing.
Instructions
Retrieve a release by ID.
Args: release_id: UUID of the release
Returns: The Release
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| release_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| tag | No | ||
| lead | No | ||
| name | No | ||
| status | No | ||
| is_latest | No | ||
| workspace | No | ||
| created_at | No | ||
| created_by | No | ||
| logo_props | No | ||
| start_date | No | ||
| updated_at | No | ||
| updated_by | No | ||
| description | No | ||
| external_id | No | ||
| target_date | No | ||
| release_date | No | ||
| is_prerelease | No | ||
| external_source | No |