Downloading the bundle

ARTIFACTORY: How to generate and download an Artifactory Support Bundle with Rest API

AuthorFullName__c
Derek Pang
articleNumber
000006143
FirstPublishedDate
2024-07-11T05:43:24Z
lastModifiedDate
2025-05-21
VersionNumber
1
After the bundle generation has finished you can download the bundle.
I.e.
 curl -uadmin "<JFROG_URL>/artifactory/api/system/support/bundle/20240708-203816-917/archive"  -o some_file_name_for_bundle.zip

This will download the support bundle as a Zip archive. Utilize the bundle id from the response from the create bundle endpoint. If you do not recall the bundle id you can get a list of available support bundles with the List Bundles Rest endpoint.
curl -uadmin "<JFROG_URL>/artifactory/api/system/support/bundles"