Description: Returns a list of versions for a specified Release Bundle v2. Records are provided regardless of status, including failed attempts at creation. You can filter the results based on version, creator, tags, status, and where they have been promoted.
Note
To get a list of versions for a specified Release Bundle v1, see Get Release Bundle v1 Versions.
Since: 7.63.2
Security: Requires Read permissions to the target Release Bundle path.
Usage:GET /lifecycle/api/v2/release_bundle/records/{name}
Path Parameter (required):
Parameter | Type | Description |
|---|---|---|
| string | The name of the Release Bundle. |
Query Parameters (optional):
Parameter | Type | Description |
|---|---|---|
| string | The Release Bundles repository identifier that identifies where a Release Bundle version resides. If this parameter and the |
| string | The project key used to determine the Release Bundles repository. By convention, each project may contain only one Release Bundles system repository with the name ImportantYou must specify either the |
| string | Adds details to the response:
|
| integer | Sets the number of records to skip for pagination. |
| integer | Sets the maximum number of versions to return at one time. Used for pagination purposes. The default value is |
| string | Defines a filter for the list of Release Bundle versions. You can filter according to WarningThis parameter has been replaced with new filters, as described below, and will be deprecated in a future version. |
| array | Filters by the Release Bundle version. Supports a trailing wildcard (*) for prefix searching and multiple comma-separated values. |
| string | Filters by the user who created the Release Bundle. |
| string | Filters by the release status of the Release Bundle:
Supports multiple comma-separated values. |
| array | Filters by the assigned Release Bundle tag. Supports a trailing wildcard (*) and multiple comma-separated values. |
| string | Defines the sort criterion for the Release Bundle versions:
NoteThe |
| boolean | Defines the sort order:
The default value is |
Response Parameters:
Parameter | Type | Description |
|---|---|---|
| string | Status of the Release Bundle: STARTED, FAILED, COMPLETED, DELETING |
| string | The name of the Release Bundle. |
| string | The Release Bundle version. |
| string | The unique identifier of the Artifactory instance where the Release Bundle version was created. |
| string | Indicates whether the Release Bundle has been promoted successfully to the official release stage (PROD), making it available for consumption. Possible values are NoteRequires release 7.120.1 or above. |
| string | Indicates the most recent environment (for example, QA, Staging) to which the Release Bundle version was promoted successfully. If the version has not yet been promoted, this value will be an empty string. NoteRequires release 7.120.1 or above. |
| The name of the user who created the Release Bundle. NoteNames longer than 64 characters will appear truncated. | |
| Timestamp when the new version was created (ISO 8601 format). | |
| The descriptive tag assigned to the Release Bundle version, if any. | |
| (Optional) Error messages related to the processing of the operation. | |
| (Optional) Whether the user has permission to promote, distribute, and delete these Release Bundle versions. |
Click here for examples of different responses.
Status Codes:
Code | Meaning | Description |
|---|---|---|
200 | Submitted (asynchronous) | The request was successful. |
401 | Bad Credentials | The provided authentication is invalid. |
403 | Permission Denied | The user does not have the necessary permissions to perform this action. |
404 | Not Found | The specified Release Bundle name does not exist. |