apps__app_clips__list
Retrieve all App Clips for a specified app using its resource identifier. Supports pagination and filtering by bundle ID.
Instructions
List the App Clips belonging to an app. [GET /v1/apps/{id}/appClips]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Resource identifier. | |
| limit | No | maximum resources per page | |
| include | No | comma-separated list of relationships to include | |
| next_url | No | Absolute `links.next` URL from a previous response, to fetch the next page. When set, all other parameters are ignored. | |
| filter_bundleId | No | filter by attribute 'bundleId' |