apps__app_clips__list
List App Clips for any app in App Store Connect by passing the app's name, bundle ID, or Apple ID. Supports pagination and field selection.
Instructions
List the App Clips belonging to an app. [GET /v1/apps/{id}/appClips]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | App name, bundle ID (com.example.app) or numeric Apple ID. | |
| limit | No | maximum resources per page | |
| include | No | comma-separated list of relationships to include Pull related records in the same call. Without it, checking a relationship costs one extra call per row returned. | |
| next_url | No | Absolute links.next URL from a previous response. | |
| fields_appClips | No | the fields to include for returned resources of type appClips Return only these attributes. A full row set can exceed 200 KB. | |
| filter_bundleId | No | filter by attribute 'bundleId' |