CLI
stat
storage stat <path>
Show metadata for one object — path, size, content type, etag, last modified, and any user metadata.
storage stat photos/cat.jpg
Human mode prints an aligned table; JSON mode emits the full StorageItemMeta:
storage stat photos/cat.jpg --json
# { "path": "photos/cat.jpg", "size": 12345, "contentType": "image/jpeg", ... }