Get Exported Release Bundle Version v2 Status

JFrog REST APIs

Content Type
REST API
ft:sourceType
Paligo

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",
    "exported_by": "admin",
    "exported_at": 1731836729142,
    "relative_download_url": "/release-bundles-v2/RBv2-094351-088/v-094351-091/RBv2-094351-088-v-094351-091.zip",
    "download_url": "http://localhost:8046/artifactory/release-bundles-v2/RBv2-094351-088/v-094351-091/RBv2-094351-088-v-094351-091.zip"
}

The response includes the following information:

Property

Description

status

The status of the export operation: IN PROGRESS, FAILED, NOT TRIGGERED, COMPLETED

exported_by

The name of the user who created the export archive.

exported_at

The timestamp when the export operation was performed.

relative_download_url

The relative path to the Release Bundle v2 ZIP file, which includes only the repository and the path (no hostname).

download_url

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