retrieve_release_tag
Retrieve a release tag by its unique ID to get the complete tag information from Plane.
Instructions
Retrieve a release tag by ID.
Args: tag_id: UUID of the release tag
Returns: The ReleaseTag
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| color | No | ||
| git_tag | No | ||
| version | No | ||
| workspace | No | ||
| created_at | No | ||
| sort_order | No | ||
| updated_at | No | ||
| commit_hash | No | ||
| description | No |