Batch get media items
documentedReturns the list of app created media items for the specified media item identifiers.
GET /v1/mediaItems:batchGetMediaItemsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://photoslibrary.googleapis.com/v1/mediaItems:batchGet?mediaItemIds={{$mediaItemId1}}&mediaItemIds={{$mediaItemId2}}&mediaItemIds={{$mediaItemId3}}" \
-X GET \
-H "Accept: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"