How to get Exif and People data on searchMemories API
I’m trying to call the searchMemories API (https://immich.app/docs/api/search-memories). The base request works, I get the list of assets but it’s not returning EXIF or people data for those assets. The docs kind of imply this information might be included, but I doubt it’s loaded by default based on how the other APIs behave.
- Just for kicks I passed a request body on the Get request {"withPeople": ture} also with no luck.
My work around is to get the memories then do follow up call for each asset. Not awesome but would work. But before I do that, I wanted to make sure I'm not missing something and it's not user error. lol.