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

# Get all app preview ids for an app preview set

Get the ordered app preview IDs in a preview set.

## URL

GET https://api.appstoreconnect.apple.com/v1/appPreviewSets/{id}/relationships/appPreviews

## Path Parameters

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

## Query Parameters

limit: The maximum number of app preview 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 Previews in a Set

- [List all app previews for an app preview set](appstoreconnectapi/get-v1-apppreviewsets-_id_-apppreviews.md)
- [Replace all app previews for an app preview set](appstoreconnectapi/patch-v1-apppreviewsets-_id_-relationships-apppreviews.md)
