---
title: Read Version Details for a Background Asset
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-backgroundassets-_id_-versions
---

# Read Version Details for a Background Asset

Get details about a specific background asset version.

## URL

GET https://api.appstoreconnect.apple.com/v1/backgroundAssets/{id}/versions

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the backgroundAssets resource ID from the List all background assets for an app response.

## Query Parameters

fields[backgroundAssetVersionAppStoreReleases]: fields[backgroundAssetVersionExternalBetaReleases]: fields[backgroundAssetVersionInternalBetaReleases]: fields[backgroundAssetVersions]: filter[appStoreRelease.state]: filter[externalBetaRelease.state]: filter[internalBetaRelease.state]: filter[state]: filter[version]: include: limit: sort: fields[backgroundAssetUploadFiles]: fields[backgroundAssets]: filter[locale]: filter[platforms]:

## Response Codes

200 OK: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 404 Not Found: 429 :

## See Also

### Reading background asset information

- [List all background assets for an app](appstoreconnectapi/get-v1-apps-_id_-backgroundassets.md)
- [List the assets packs ids for an app](appstoreconnectapi/get-v1-apps-_id_-relationships-backgroundassets.md)
- [Read Background Assets Information](appstoreconnectapi/get-v1-backgroundassets-_id_.md)
- [Read version ids for a background asset](appstoreconnectapi/get-v1-backgroundassets-_id_-relationships-versions.md)
