get_album_thumbnails
Retrieve base64-encoded thumbnails from an Immich album to generate visual HTML galleries. Specify album ID, size (thumbnail or preview), and limit.
Instructions
Get base64-encoded thumbnails for photos in an album. Use this to generate visual HTML galleries from an existing album. For thumbnails from search results (no album), use get_thumbnails_batch instead. Read-only.
Args:
album_id: The album's UUID.
size: 'thumbnail' (250px) or 'preview' (1440px). Default: 'thumbnail'.
limit: Max thumbnails to return (1-50, default 20).
Returns: JSON with album info and thumbnails array (each with asset_id, base64 data, filename, date).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | thumbnail | |
| limit | No | ||
| album_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |