get_download_info
Estimate the download size of an entire album or selected assets before creating the zip. Returns total MB, asset count, and number of archives to warn users and inform the decision to proceed.
Instructions
How big the zip of an album or selection would be, BEFORE building it. Use this to warn the user about the size (originals and videos add up fast) and then decide whether to call download_archive. Read-only.
Args:
album_id: Size the whole album.
asset_ids: Or size just these assets.
Returns: JSON with total_size_mb, asset_count and the number of archives
Immich would split the download into.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| album_id | No | ||
| asset_ids | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |