---
title: List all background assets for an app
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-apps-_id_-backgroundassets
---

# List all background assets for an app

Get information about the Apple-hosted background assets for a specific app.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the app resource ID from the List apps response.

## Query Parameters

fields[backgroundAssetVersions]: Additional fields to include for each background asset version resource that the response returns. fields[backgroundAssets]: Additional fields to include for each background asset resource that the response returns. filter[assetPackIdentifier]: Filter the returned background assets by asset pack identifier. include: The relationship data to include in the response. limit: The maximum number of background asset resources to return. fields[apps]: filter[archived]: filter[versions.locale]: filter[versions.platforms]: sort:

## Response Codes

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

## Mentioned in

App Store Connect API 4.4 release notes

## See Also

### Getting background asset information

- [List the assets packs ids for an app](appstoreconnectapi/get-v1-apps-_id_-relationships-backgroundassets.md)
- [Modify a Background Asset](appstoreconnectapi/patch-v1-backgroundassets-_id_.md)
