Get Release Bundle v2 Names

JFrog REST APIs

Products
JFrog Xray
Content Type
REST API
ft:sourceType
Paligo

Description: Returns a list of Release Bundle v2 names mapped to their repository key (and project key, where applicable).

Since: 7.63.2

Security: Requires Read permissions to Release Bundle paths. Forbidden Release Bundles are excluded from the results.

Usage: GET  /lifecycle/api/v2/release_bundle/names

Query Parameters (optional): repository_key, project. See Common Optional Query Parameters.

Sample Response:

{
    "release_bundles": [
        {
            "repository_key": "catalina-release-bundles-v2",
            "release_bundle_name": "Catalina-Bundle",
            "project_key": "catalina",
            "project_name": "Catalina"
        },
        {
            "repository_key": "release-bundles-v2",
            "release_bundle_name": "Commons-Bundle",
            "project_key": "default",
            "project_name": "Default"
        }
    ]
}

Status Codes:

Code

Description

200

Fetched

401

Bad Credentials

403

Permission Denied