---
title: "GET /v1/appScreenshotSets/{id}"
method: GET
path: "/v1/appScreenshotSets/{id}"
tags: ["AppScreenshotSets"]
---

# GET /v1/appScreenshotSets/{id}

`GET /v1/appScreenshotSets/{id}`

## Query parameters

- `fields[appScreenshotSets]` string[]
- `include` string[]
- `fields[appScreenshots]` string[]
- `limit[appScreenshots]` integer

## Response `200`

Single AppScreenshotSet

- AppScreenshotSetResponse
  - `data` AppScreenshotSet, required
    - `attributes` object
      - `screenshotDisplayType` 'APP_IPHONE_65' | 'APP_IPHONE_58' | 'APP_IPHONE_55' | 'APP_IPHONE_47' | 'APP_IPHONE_40' | 'APP_IPHONE_35' | 'APP_IPAD_PRO_3GEN_129' | 'APP_IPAD_PRO_3GEN_11' | 'APP_IPAD_PRO_129' | 'APP_IPAD_105' | 'APP_IPAD_97' | 'APP_DESKTOP' | 'APP_WATCH_SERIES_4' | 'APP_WATCH_SERIES_3' | 'APP_APPLE_TV' | 'IMESSAGE_APP_IPHONE_65' | 'IMESSAGE_APP_IPHONE_58' | 'IMESSAGE_APP_IPHONE_55' | 'IMESSAGE_APP_IPHONE_47' | 'IMESSAGE_APP_IPHONE_40' | 'IMESSAGE_APP_IPAD_PRO_3GEN_129' | 'IMESSAGE_APP_IPAD_PRO_3GEN_11' | 'IMESSAGE_APP_IPAD_PRO_129' | 'IMESSAGE_APP_IPAD_105' | 'IMESSAGE_APP_IPAD_97'
    - `id` string, required
    - `links` ResourceLinks, required
      - `self` string, uri-reference, required
    - `relationships` object
      - `appScreenshots` object
        - `data` object[]
          - `id` string, required
          - `type` 'appScreenshots', required
        - `links` object
          - `related` string, uri-reference
          - `self` string, uri-reference
        - `meta` PagingInformation
          - `paging` object, required
            - `limit` integer, required
            - `total` integer, required
      - `appStoreVersionLocalization` object
        - `data` object
          - `id` string, required
          - `type` 'appStoreVersionLocalizations', required
        - `links` object
          - `related` string, uri-reference
          - `self` string, uri-reference
    - `type` 'appScreenshotSets', required
  - `included` AppScreenshot[]
    - `attributes` object
      - `assetDeliveryState` AppMediaAssetState
        - `errors` AppMediaStateError[]
          - `code` string
          - `description` string
        - `state` 'AWAITING_UPLOAD' | 'UPLOAD_COMPLETE' | 'COMPLETE' | 'FAILED'
        - `warnings` AppMediaStateError[]
          - `code` string
          - `description` string
      - `assetToken` string
      - `assetType` string
      - `fileName` string
      - `fileSize` integer
      - `imageAsset` ImageAsset
        - `height` integer
        - `templateUrl` string
        - `width` integer
      - `sourceFileChecksum` string
      - `uploadOperations` UploadOperation[]
        - `length` integer
        - `method` string
        - `offset` integer
        - `requestHeaders` UploadOperationHeader[]
          - `name` string
          - `value` string
        - `url` string
    - `id` string, required
    - `links` ResourceLinks, required
      - `self` string, uri-reference, required
    - `relationships` object
      - `appScreenshotSet` object
        - `data` object
          - `id` string, required
          - `type` 'appScreenshotSets', required
        - `links` object
          - `related` string, uri-reference
          - `self` string, uri-reference
    - `type` 'appScreenshots', required
  - `links` DocumentLinks, required
    - `self` string, uri-reference, required

## Other responses

- `400` — Parameter error(s)
- `403` — Forbidden error
- `404` — Not found error

---

[API](https://skmtc.net/apple/apis/app-store-connect.md) · [All operations](https://skmtc.net/apple/apis/app-store-connect/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apple/app-store-connect/versions/e085db5c8896/schema)
