Get one album
get_albumFetch an album by ID to view its item count, cover photo, and sharing state. Returns 404 if the album exists but wasn't created by this app.
Instructions
Fetch a single album by id, including its item count, cover photo and sharing state.
A 404 here usually means the album exists but was not created by this app, rather than that the id is wrong. Only albums created by this app are listed. Albums the user made in the Google Photos app are not visible to any scope available since 2025-04-01.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | Which connected Google account to act as, by the name it was configured under (or its email). Defaults to the first one. Call list_accounts to see them. | |
| album_id | Yes | The album id, from list_albums or create_album. |