Bundle Downloads
A BundleDownload is a record of the download action that happened in the bundle.
List Share Link Downloads
Command
files-cli bundle-downloads list
Output
Outputs a list of BundleDownload objects according to the output format.
Authorization Requirement
Available to all authenticated keys or sessions.
Flags
| Flag | Description |
|---|---|
| --bundle-id= int64 | Bundle ID |
| --bundle-registration-id= int64 | BundleRegistration ID |
Additional Arguments
The BundleDownload Object
Some of the commands above return a BundleDownload object. The attributes of this object are listed below.
| Attribute | Description |
|---|---|
| bundle_registration BundleRegistration | |
| download_method string | Download method (file or full_zip) Possible values: file, full_zip |
| path string | Download path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters. |
| workspace_id int64 | Workspace ID. 0 means the default workspace. |
| created_at date-time | Download date/time |