Get release asset link
get_release_asset_linkRetrieve a single external asset link from a specified GitLab release by providing project, tag name, and link ID.
Instructions
Get one external asset link attached to a GitLab release.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link_id | Yes | ||
| project | Yes | GitLab project ID or full path such as group/project. | |
| tag_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | GitLab response normalized for model use. |