List apps
list-appsRetrieves apps from App Store Connect, with optional filters for ID, SKU, name, or bundle ID to find specific apps.
Instructions
Get a list of all apps in App Store Connect
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of apps to return (default 100, max 200) | |
| filter.id | No | Filter by app ID(s) | |
| filter.sku | No | Filter by SKU(s) | |
| filter.name | No | Filter by app name(s) | |
| filter.bundleId | No | Filter by bundle identifier(s) |