Release
Read a release
Read a specific release by ID.
get/release/{id}
Path parameters
idinteger required
The ID of the release.
Response
An object representing the release.
Example response
{
"id": 789,
"semver": "1.0.1-rc1",
"buildId": 456,
"status": "active",
"asset": {
"id": 123,
"buildId": 456,
"type": "docker-image",
"url": "https://example.com/assets/456"
},
"created_at": "2023-10-01T12:34:56Z",
"updated_at": "2023-10-01T12:34:56Z"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.