List media this app uploaded
list_app_mediaList app-uploaded media newest first, scoped to a specific album if needed, with pagination support for browsing large libraries.
Instructions
List media items, newest first, optionally scoped to one album. Only media uploaded by this app is returned. To reach anything else in the user's library, use start_pick_session.
Pass next_page_token to continue past the first 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. | |
| album_id | No | Limit to one album. Omit to list everything this app uploaded. | |
| page_token | No | Continue from a previous page. Pass the `next_page_token` from the last result. Omit for the first page. |