get_duplicates
Find groups of identical photos detected by ML in your Immich library. Review these duplicate asset groups before resolving them, optionally filtering by album.
Instructions
Get ML-detected duplicate asset groups (same image stored more than once). Use this to review potential duplicates before resolving them with resolve_duplicates. Requires Immich ML service. Note: "duplicates" means the same picture, not the same person — for people use get_album (assets[].people) or get_asset_faces. Read-only.
Args:
album_id: Optional. Restrict to groups that touch this album; each group then also
reports which of its assets are inside/outside the album.
Returns: JSON array of duplicate groups (each with duplicateId, assets array, and similarity scores).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| album_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |