List files inside a remote asset bundle
asset_list_bundle_entriesList entries from a curated itch.io ZIP using HTTP byte ranges to avoid full download. Get entry paths and sizes without exposing signed URLs.
Instructions
Inspect a curated itch.io ZIP through HTTP byte ranges without downloading the whole archive. Returns individual entry paths and compressed/uncompressed sizes; signed URLs are never exposed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packId | Yes | ||
| uploadId | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| packId | Yes | ||
| entries | Yes | ||
| license | Yes | ||
| uploadId | Yes | ||
| sourcePageUrl | Yes | ||
| attributionRequired | Yes | ||
| rangeBytesTransferred | Yes |