---
title: List all app screenshot sets for an app store version localization
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-appstoreversionlocalizations-_id_-appscreenshotsets
---

# List all app screenshot sets for an app store version localization

List all screenshot sets for a specific localization.

## URL

GET https://api.appstoreconnect.apple.com/v1/appStoreVersionLocalizations/{id}/appScreenshotSets

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the App Store version localization resource ID from the List all app store version localizations for an app store version response.

## Query Parameters

fields[appScreenshotSets]: Additional fields to include for each app screenshot set resource returned by the response. fields[appScreenshots]: Additional fields to include for each app screenshot resource returned by the response. filter[screenshotDisplayType]: Filter the returned app screenshot sets by screenshot display type. include: The relationship data to include in the response. limit: The maximum number of app screenshot set resources to return. limit[appScreenshots]: The maximum number of related app screenshot resources to return. filter[appStoreVersionExperimentTreatmentLocalization]: Filter the returned app screenshot sets by App Store version experiment treatment localization. filter[appCustomProductPageLocalization]: Filter the returned app screenshot sets by app custom product page localization. fields[appCustomProductPageLocalizations]: Additional fields to include for each app custom product page localization resource returned by the response. fields[appStoreVersionExperimentTreatmentLocalizations]: Additional fields to include for each App Store version experiment treatment localization resource returned by the response. fields[appStoreVersionLocalizations]: Additional fields to include for each App Store version localization resource returned by the response.

## Response Codes

200 OK: 400 Bad Request: An error occurred with your request. 401 Unauthorized: 403 Forbidden: Request not authorized. 404 Not Found: Resource not found. 429 :

## See Also

### Getting Information from a Localization

- [List all app preview sets for an app store version localization](appstoreconnectapi/get-v1-appstoreversionlocalizations-_id_-apppreviewsets.md)
- [List preview set IDs for an App Store version localization](appstoreconnectapi/get-v1-appstoreversionlocalizations-_id_-relationships-apppreviewsets.md)
- [List screenshot set IDs for an App Store version localization](appstoreconnectapi/get-v1-appstoreversionlocalizations-_id_-relationships-appscreenshotsets.md)
