apps__list
Retrieve all apps from your App Store Connect account. Use filters like name, bundle ID, or SKU to find a specific app, and include related records such as builds or versions in one request.
Instructions
List all apps in your App Store Connect account. Start here when you need an app ID. [GET /v1/apps]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | comma-separated list of sort expressions; resources will be sorted as specified | |
| 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. | |
| filter_id | No | filter by id(s) | |
| filter_sku | No | filter by attribute 'sku' | |
| fields_apps | No | the fields to include for returned resources of type apps Return only these attributes. A full row set can exceed 200 KB. | |
| filter_name | No | filter by attribute 'name' | |
| filter_bundleId | No | filter by attribute 'bundleId' | |
| filter_appStoreVersions | No | filter by id(s) of related 'appStoreVersions' Takes a 'appStoreVersions' resource id, read from the call that lists them — not a name. A value that matches nothing returns 200 with an empty list rather than an error. | |
| filter_reviewSubmissions.state | No | filter by attribute 'reviewSubmissions.state' | |
| exists_gameCenterEnabledVersions | No | filter by existence or non-existence of related 'gameCenterEnabledVersions' | |
| filter_appStoreVersions.platform | No | filter by attribute 'appStoreVersions.platform' | |
| filter_reviewSubmissions.platform | No | filter by attribute 'reviewSubmissions.platform' | |
| filter_appStoreVersions.appStoreState | No | filter by attribute 'appStoreVersions.appStoreState' | |
| filter_appStoreVersions.appVersionState | No | filter by attribute 'appStoreVersions.appVersionState' |