get_asset_info
Retrieve full metadata for a known asset ID: EXIF, GPS, camera details, file properties. Use this to inspect technical details of an asset in your Immich library.
Instructions
Get full metadata for a single asset. Use this when you need EXIF details, GPS coordinates, camera info, or file properties for a known asset ID. For finding assets, use search_metadata or search_smart instead. Read-only.
Args:
asset_id: The asset's UUID (from search results, album listings, or list_assets).
with_notes: Also include the plugin's notes on the asset (past review
verdicts and recorded actions, see get_asset_notes). One extra request.
Returns: JSON with EXIF data, GPS, dates, dimensions, file size, camera
make/model, and owner; plus a `notes` object (reviews and actions) when
with_notes is true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset_id | Yes | ||
| with_notes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |