Description: Returns the status of an exported Release Bundle v2 operation.
Since: 7.63.2 (Artifactory), 2.19.1 (Distribution)
Security: Requires Release Bundle distribute permissions.
Usage: GET /lifecycle/api/v2/distribution/export/status/{release_bundle_name}/{release_bundle_version}
Query Parameters (optional): repository_key
, project
. See Common Optional Query Parameters.
Sample Response:
{ "status": "COMPLETED", "relative_download_url": "/release-bundles-v2/Commons-Bundle/1.0.0/Commons-Bundle-1.0.0.zip", "download_url": "http://localhost:8046/artifactory/release-bundles-v2/Commons-Bundle/1.0.0/Commons-Bundle-1.0.0.zip" }
The response includes the following information:
Property | Description |
---|---|
| The status of the export operation: IN PROGRESS, FAILED, NOT TRIGGERED, COMPLETED |
| The relative path to the Release Bundle v2 ZIP file, which includes only the repository and the path (no hostname). |
| The URL for downloading the exported Release Bundle v2 ZIP file. To ensure a proper link, make sure to configure a Base URL in the JFrog platform UI. |
Status Codes:
Code | Description |
---|---|
200 | Completed |
400 | Bad Request |
404 | Not Found |