Get album
documentedReturns the app created album for the specified albumId.
GET /v1/albums/{albumId}Albumsno 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/albums/{{$album_id}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
# Sources: Google Photos Library API albums.get documentation \
# Source: https://developers.google.com/photos/library/reference/rest/v1/albums/get \
# Source: https://photoslibrary.googleapis.com/v1/albums/{albumId}