Snapshots
Get snapshot file tree
List the files and folders captured in a snapshot, with sizes. Returns a flat list of entries you can render as a tree.
GET
Get snapshot file tree
Authorizations
Box bearer token in the form box_.... Service API keys authenticate Box operations.
Path Parameters
Snapshot id returned by the snapshot list/latest calls.
Response
Flat file/folder listing for the snapshot.
Example:
true
Stable success envelope discriminator added by v1.
Allowed value:
"snapshot.tree"false for legacy snapshots or inventories too large to expand; see reason.
true when the file list was capped; not every entry is returned.
Why the tree is unavailable, when treeAvailable is false.
Examples:
"legacy_snapshot"
"inventory_too_large"
Previous
Get snapshot downloadReturn time-limited signed URLs for every chunk needed to reconstruct the box filesystem at this snapshot (the full chain, base through this generation), plus the inventory. Download the chunks and reassemble them as described by `reconstruct`. The `box snapshot pull` CLI command does this for you.
Next
Get snapshot file tree