# Retrieve photos for a specific album **GET /album/getPhotos** Retrieves the photos in an album. A photo can be an image, live photo, or video. ## Servers - Production server: https://public-api.joinswsh.com (Production server) ## Authentication methods - Api key auth ## Parameters ### Query parameters - **albumId** (string) ID of the album to retrieve preview photos for - **filterLabel** (string) Filter photos by a specific public label (case-sensitive, exact match) - **filterRestrictedLabel** (string) Filter photos by a specific restricted label (case-sensitive, exact match). Requires admin access to the album. ## Responses ### 200 #### Body: application/json (object) - **data** (array[object]) - **warnings** (array[string]) ### 404 Album not found [Powered by Bump.sh](https://bump.sh)