---
title: Get all app screenshot ids for an app screenshot set
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-appscreenshotsets-_id_-relationships-appscreenshots
---

# Get all app screenshot ids for an app screenshot set

Get the ordered screenshot IDs in a screenshot set.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the app screenshot set resource ID from the List all app screenshot sets for an app store version localization response.

## Query Parameters

limit: The maximum number of app screenshot resource identifiers to return.

## 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

### Listing and Reordering All Screenshots in a Set

- [List all app screenshots for an app screenshot set](appstoreconnectapi/get-v1-appscreenshotsets-_id_-appscreenshots.md)
- [Replace all app screenshots for an app screenshot set](appstoreconnectapi/patch-v1-appscreenshotsets-_id_-relationships-appscreenshots.md)
