After the bundle generation has finished you can download the bundle.
I.e.
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.
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"