list_memories
Retrieve Immich on-this-day photo memories for a date or all items, including the year and assets, and use them to build anniversary stories, albums, or PDFs.
Instructions
List memories — Immich's "on this day" collections of photos from past years. Use this to build a 'tal día como hoy' story, album or PDF: each memory carries the year it looks back to and the assets Immich picked for it. Read-only.
Args:
for_date: ISO date — return the memories Immich shows on that day
(e.g. today for the classic on-this-day feed). Omit for all memories.
is_saved: If true, only memories the user saved; if false, only unsaved.
size: Maximum memories to return (default 50).
Returns: JSON with total and a memories array; each has id, type, memory_at,
the year it remembers, is_saved, asset_count and a trimmed assets list
(id, filename, date).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | ||
| for_date | No | ||
| is_saved | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |