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

# List all app clips for an app

List your app’s associated App Clips.

## URL

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

## Path Parameters

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

## Query Parameters

fields[appClipDefaultExperiences]: Additional fields to include for each App Clips resource returned by the response. fields[appClips]: Additional fields to include for each App Clips resource returned by the response. filter[bundleId]: Filter the returned App Clips using the bundle ID of the App Clip. include: The relationship data to include in the response. limit: The number of App Clips resources to return. limit[appClipDefaultExperiences]: The number of included App Clips resources to return if the default App Clip experience localizations relationship is included. fields[apps]:

## Response Codes

200 OK: The request completed successfully. 400 Bad Request: An error occurred with your request. 401 Unauthorized: 403 Forbidden: Request not authorized. 404 Not Found: Resource not found. 429 :

## Discussion

Discussion Example Request and Response

## See Also

### Getting App Clip information

- [List App Clip IDs for an app](appstoreconnectapi/get-v1-apps-_id_-relationships-appclips.md)
