Folder summaries
An empty or missing
paths returns an empty summaries object rather than an error.
summaries is keyed by the folder path you asked for. Each summary object holds:
itemCount, number: items counted in the folder, up to the scan ceilingtruncated, boolean:truewhen the folder holds more items than the scan looked at, soitemCountis a floor rather than an exact total. Render it as “99+” rather than as a countpreviewItems, array: up to four items for a folder thumbnail, each{ path, type }wheretypeisimageorvideo. Files that are neither are skipped
200 success · 400 more than 200 paths, or a path that escapes the storage root · 500 storage backend failed
Storage stats
On a cloud backend the figures come from incremental counters rather than a live bucket listing, which is what keeps this endpoint cheap. They can drift if the bucket is changed outside Openinary. Recalculate to reconcile.
Status codes:
200 success · 500 storage backend failed
Recalculate stats
GET /storage/stats. Use it when the counters have drifted, typically after objects were added or removed outside Openinary.
Status codes: 200 success · 500 storage backend failed
Related
List Storage
Browse folders and files one level at a time.
List Folders
Every folder path, for building a folder picker.