List albums
list_albumsList app-created albums, newest first. Use next_page_token to fetch additional pages.
Instructions
List the albums this app created, newest first. 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.
Pass next_page_token from a previous result to continue; a library with many albums will not fit in one page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many to return per page, 1-100. | |
| 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. | |
| page_token | No | Continue from a previous page. Pass the `next_page_token` from the last result. Omit for the first page. |