archive/list

List the entries of a zip or 7z archive without extracting.

Dynamic (cost in response)
charged on success

What it does

Returns the names, sizes, and compressed sizes of every entry in a zip or 7z archive, without extracting anything.

Primary use cases

  • Inspecting an archive's contents before deciding whether to extract.

Good to know

The format is detected automatically. The same decompression-bomb limits apply to the declared sizes.

Parameters

input_urlstringrequired

Pre-signed GET URL of the zip or 7z archive.

expires_inintegeroptionaldefault: 3600

Unused by list; accepted for parity with unzip.

archive/list — Faro