Tool to retrieve all images in a SmugMug album as AlbumImage relationship objects. Use this action when you need to list or access images within a specific album. An AlbumImage represents the relationship between an album and an image, which is useful because the same image may…
countintegerThe number of images to retrieve per page. Default is typically 10 if not specified. Use with 'start' for pagination through large albums.
startintegerThe starting index for pagination (1-indexed). Use this with 'count' to paginate through large result sets when an album contains many images.
album_keyRequiredstringThe unique key identifier for the album. This is a unique string that identifies the album (e.g., 'SJT3DX'). You can obtain album keys from SMUGMUG_LIST_ALBUMS_IN_FOLDER or other album listing actions.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.