list_assets
Browse photo library assets by status or type. Filter favorites, archived, trashed, or image/video to view paginated results with filenames, dates, and types.
Instructions
List assets with simple filters (no search query needed). Use this to browse the library by status (favorites, archived, trashed) or type. For finding specific content, use search_metadata (structured) or search_smart (visual AI). Read-only.
Args:
is_favorite: true = only favorites, false = only non-favorites, omit = all.
is_archived: true = only archived, false = only non-archived, omit = all.
is_trashed: true = only trashed items; false/omit = active library (Immich never mixes both).
asset_type: 'IMAGE' or 'VIDEO'. Omit for both.
page: Page number, starting from 1 (default 1).
size: Results per page (1-200, default 50).
Returns: JSON with total count, current page, and assets array with IDs, filenames, dates, and types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| size | No | ||
| asset_type | No | ||
| is_trashed | No | ||
| is_archived | No | ||
| is_favorite | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |