List all release links
GET
/api/v4/projects/{id}/releases/{tag_name}/assets/links
Lists all assets as links from a release.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Query Parameters
Section titled “Query Parameters”page
integer
Current page number
Example
1per_page
integer
Number of items per page
Example
20Responses
Section titled “Responses”OK
Media typeapplication/json
object
id
integer format: int64
name
string
url
string
direct_asset_url
string
link_type
string
Example
{ "id": 1, "name": "app-v1.0.dmg", "url": "https://gitlab.example.com/root/app/-/jobs/688/artifacts/raw/bin/app-v1.0.dmg", "direct_asset_url": "https://gitlab.example.com/root/app/-/releases/v1.0/downloads/app-v1.0.dmg", "link_type": "other"}Bad Request
Unauthorized
Not found