get_album_thumbnails
Retrieve base64-encoded thumbnails for photos in an Immich album to generate visual HTML galleries. Specify album ID, thumbnail size, and quantity limit.
Instructions
Get base64-encoded thumbnails for all photos in an album (up to limit). Returns album info and a list of thumbnail entries with asset IDs, base64 data, filenames, and dates. Used for generating visual HTML galleries.
Args:
album_id: The album's unique ID.
size: 'thumbnail' (250px) or 'preview' (1440px). Default: thumbnail.
limit: Maximum number of thumbnails to fetch (default 20, max 50).Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| album_id | Yes | ||
| size | No | thumbnail | |
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |