photos_list_timeline
List photos in your Proton Photos timeline, returning their nodeUids. Set loadDetails=true to fetch full metadata.
Instructions
List photos in your Proton Photos timeline (your full photo library, not scoped to an album). Requires authentication. Returns [{nodeUid}] by default — pass loadDetails=true for full node metadata (slower; buffers the whole list in memory first). Use photos_download to download items by path, or photos_add_to_album to add them to an album.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| loadDetails | No | If true, fetch full node metadata for each photo instead of just its nodeUid. Default false. |